[Openfirst-cvscommit] www/htdocs/doc/tut/howto technology.php,1.4,1.5
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-01-01 21:20:04
|
Update of /cvsroot/openfirst/www/htdocs/doc/tut/howto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31965 Modified Files: technology.php Log Message: Include more detailed information about SSH and how to update the project website. Index: technology.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/doc/tut/howto/technology.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** technology.php 30 Dec 2004 01:53:12 -0000 1.4 --- technology.php 1 Jan 2005 21:19:49 -0000 1.5 *************** *** 52,56 **** <h2><a name="shellaccess">Shell Access</a></h2> <h3>Applies to: Administrator, Developer, Webmaster</h3> ! <p>All developers, webmasters, and administrators are able to access the SourceForge.net Project Shell Server via SSH at <b>shell.sourceforge.net</b>.</p> <p>Administrators and webmasters of other openFIRST sites may be able to access them via SSH using a different login name and password. If you require shell access to one of these other sites, or to the SF.net Project Shell Server, contact an administrator.</p> --- 52,64 ---- <h2><a name="shellaccess">Shell Access</a></h2> <h3>Applies to: Administrator, Developer, Webmaster</h3> ! <p>All developers, webmasters, and administrators are able to access the SourceForge.net Project Shell Server via SSH at <b>shell.sourceforge.net</b>. A suitable SSH client for Windows is PuTTY, and is available at <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a>; many other operating systems already include an SSH client, on UNIX or Linux consult <tt>man ssh</tt> for more information. To login, you should use your SourceForge.net username and passsword. It is recommended, for the sake of convenience, that upon logging into the system for the first time, you perform these command:</p> ! ! <p><tt>ln -s /home/groups/o/op/openfirst openfirst</tt></p> ! ! <p>Doing so will create a symbolic link in your home directory to the openFIRST project directory on the shell server. Certain instructions throughout this document will assume that the symbolic link exists.</p> ! ! <p>To update the website, from CVS, on the project webserver, first login. Type:<br> ! <tt>cd openfirst</tt><br> ! <tt>./updatesite.sh</tt></p> <p>Administrators and webmasters of other openFIRST sites may be able to access them via SSH using a different login name and password. If you require shell access to one of these other sites, or to the SF.net Project Shell Server, contact an administrator.</p> |