Pull commits


Noam's Git Hub Notes

Usual path of updating the github
git pull
python manage.py migrate
git status
git add
git status
git commit
git push

TO UPDATE THE ACTUAL WEBSITE:
ssh nbenavi@deme.stanford.edu
password: 

to add another user 'sudo adducer jtobin1'

to make an update
cd /var/www/deme/deme_django/
sudo -u www-data git pull
maybe a migrate


sometimes restart apache
if changed py
sudo /etc/init.d/apache2 restart

sudo su - mike (logs in as mike)
history (displays my history)

For Internet Explorer users: Click on the Tools menu, located at the top of your browser window. When the drop-down menu appears, select the option labeled Full Screen.

For Chrome users:Click on the Chrome "wrench" icon, located in the upper right hand corner of your browser window. When the drop-down menu appears, select the choice labeled Full Screen.

For Firefox user:Click on the View menu, located at the top of your browser window. When the drop-down menu appears, select the option labeled Full Screen.

For Safari users: Safari currently does not support the ability to go fullscreen.