This repository houses the website files for maumelledebateandspeech.club.
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/maumelledebateandspeech.club
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/maumelledebateandspeech.club public_html
GNU General Public License v3.0