Deploying YouSource =================== To deploy new version of YouSource, follow these six steps. 1) Log in as admin user (ends with undercase, like heatols_). 2) su as git user, "sudo su git" 3) "cd /var/www/gitorious" 4) "git pull origin master" (or the branch that's desired) 5) Leave git user by typing "exit" or CTRL^D 6) Restart apache with "sudo /etc/init.d/httpd restart" The site should be running with updates in less than 10 seconds.