Changes between Version 19 and Version 20 of install
- Timestamp:
- 2010-07-14T19:47:00Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v19 v20 17 17 === File Installation === 18 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.php20 * Change database configuration in database.php. (e.g., host, login, password, database)21 19 22 20 === iPeer Installer Wizard === … … 69 67 or check out the code from SVN 70 68 * 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.php72 * Change database configuration in database.php. (e.g., host, login, password, database)73 69 * Change the tmp directory permission: 74 70 {{{