|
From: Tomas P. <po...@ko...> - 2003-03-14 09:36:03
|
5. Setup your group's web site. I'll assume that you have some sort of web page or site built already that you wish to put up on SourceForge to give your group a public face. Login to SourceForge using SSH, for example ; ssh -l loginname yourproject.sourceforge.net you will now be in your home directory. All group files are stored in a directory structure for each project. The group directory structure is split out by the first, then first and second, letters of the project name. From here all group files are stored in /home/groups/y/yo/yourproject. Change to this directory. All your web pages are stored in the htdocs directory. Going in here will contain index.php, which is a blank page that says you haven't uploaded a web page yet. Logout, and copy the files for your web page using scp, a program which comes with ssh. For example: scp localfile log...@yo...:/home/groups/y/yo/yourproject/htdocs/ I suggest you gzip up your site, send it in one go using scp, then login with ssh and gunzip it. So what should be on the web page ? Perhaps you'd like the following, as well as your project's information ; A link to the projects group page on SourceForge. Mailing list links (we'll create them in a second) A SourceForge icon and web counter - see the site documentation for this. A link to the CVS web interface at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/yourproject Some info about using CVS specific to your project. Setup mailing lists for your project. |