Open main menu

Difference between revisions of "HOWTO-Admin"

4 bytes added ,  18:28, 7 January 2010
Fix syntax highlighting
(Fix syntax highlighting)
Line 19: Line 19:


To get any changes you made active on the webserver, you first have to login to the SF.net shell server:
To get any changes you made active on the webserver, you first have to login to the SF.net shell server:
<syntax type="sh">ssh -t USER,PROJECT@shell.sourceforge.net create</syntax>
<syntax type="bash">ssh -t USER,PROJECT@shell.sourceforge.net create</syntax>
Then:
Then:
<syntax type="sh">
<syntax type="bash">
cd /home/groups/s/sc/scummvm/htdocs/
cd /home/groups/s/sc/scummvm/htdocs/
./update.sh</syntax>
./update.sh</syntax>