Open main menu

Difference between revisions of "HOWTO-Admin"

No change in size ,  20:25, 4 August 2016
Fix syntax highlighting
(→‎How to be a forum moderator: Add final notes here.)
(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="bash">ssh -t USER,PROJECT@shell.sourceforge.net create</syntax>
<source lang="bash">ssh -t USER,PROJECT@shell.sourceforge.net create</source>
Then:
Then:
<syntax type="bash">
<source lang="bash">
cd /home/project-web/scummvm/htdocs/
cd /home/project-web/scummvm/htdocs/
./update.sh</syntax>
./update.sh</source>


More detailed instructions can be found in the [https://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service relevant sf.net page] (which also has information for [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] under Windows)
More detailed instructions can be found in the [https://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service relevant sf.net page] (which also has information for [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] under Windows)
TrustedUser
2,147

edits