User Tools

Site Tools


webpage_modifications

Webpage Modifications

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
webpage_modifications.txt · Last modified: 2014/12/04 14:01 by acanis