From: Mike N. <mh...@us...> - 2002-09-19 16:11:34
|
Everyone, Here is an early draft of a phpWS 0.9x install howto for SourceForge hosted projects. Does anyone know which directories Fallout needs write access to? ** Begin HOWTO draft ** Things you'll need: Fallout Tarball (2002-09-17) http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz PEAR libs http://phpwebsite.appstate.edu/downloads/pear/ Instructions: Download the required files to your project directory. Then untar them, and move the contents to your htdocs directory. Create a tmp directory in your project directory. Modify your .htaccess file in htdocs (see example below). Now, modify the following directory/file permissions in htdocs: <FIXME>. $ ssh -l yourname shell.sf.net $ cd /home/groups/y/yo/yourproject $ wget http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz $ wget http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz $ tar xvzf fallout.tar.gz $ tar xvzf pear-4.1.0.tar.gz $ mv fallout/* htdocs $ mv pear-4.1.0/* htdocs $ mkdir tmp $ cd htdocs $ vi .htaccess php_value arg_separator.output "&" php_value include_path ".:/home/groups/y/yo/yourproject/htdocs:/usr/local/lib/php" php_value session.save_path "/home/groups/y/yo/yourproject/tmp" Using your web browser, open the following url and follow the instructions provided. http://yourproject.sf.net/setup/setup.php -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |