This guide describes how to modify the legup.eecg.utoronto.ca webpage:
First ssh into legup.org:
ssh legup.org
Change into the www directory:
cd /var/www
Modify any of the files. Make sure the files are readable by www-data.
Make sure after any changes that you commit to git:
git diff . git add index.php ... git commit