NOTE: This repository has been archived and will no longer be updated.
This repository houses the website files for tristangoodell.com.
As noted here, Apache Virtual Hosts are needed. Follow the guide if you have not already installed it on a web server.
Then, log into your web server:
ssh root@xxx.xxx.xxx.xxx
Make sure that you have already created the target domain and the neccessary configs for Apache Virtual Hosts. Naviagte to the proper directory:
cd /path/to/tristangoodell.com
Remove the current files:
rm -r public_html
Then, clone this github repo to create a new public_html
:
git clone https://github.com/tgoodell/tristangoodell.com public_html
GNU General Public License v3.0