Changes between Version 18 and Version 19 of install
- Timestamp:
- 2010-07-14T18:26:24Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v18 v19 16 16 17 17 === 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) 19 21 20 22 === iPeer Installer Wizard === … … 65 67 * Untar the distribution (be sure to unzip the subdirectories): 66 68 tar -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 67 70 * 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 }}} 68 77 69 78 === iPeer Installer Wizard ===