Changes between Version 18 and Version 19 of install


Ignore:
Timestamp:
2010-07-14T18:26:24Z (14 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install

    v18 v19  
    1616
    1717=== File Installation ===
    18 Unpack the installation archive of iPeer using WinZIP, or WinRAR, etc. to your web directory.
     18 * Unpack the installation archive of iPeer using WinZIP, or WinRAR, etc. to your web directory or check out the code from SVN.
     19 * Copy app/config/database.php.default to app/config/database.php
     20 * Change database configuration in database.php. (e.g., host, login, password, database)
    1921
    2022=== iPeer Installer Wizard ===
     
    6567 * Untar the distribution (be sure to unzip the subdirectories):
    6668tar -xzvf ipeer_x.tar.gz in your webserver's document root. If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp.
     69 or check out the code from SVN
    6770 * Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ section for suggestions.
     71 * Copy app/config/database.php.default to app/config/database.php
     72 * Change database configuration in database.php. (e.g., host, login, password, database)
     73 * Change the tmp directory permission:
     74{{{
     75 chmod -R 777 app/tmp
     76}}}
    6877
    6978=== iPeer Installer Wizard ===