Changeset 1497
- Timestamp:
- 06/14/06 06:36:09 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/INSTALL
r1447 r1497 34 34 cd rss 35 35 36 5. Create a configuration file, based on the sample: 36 5. Choose your installation type: 37 38 1. For a graphical installation, point your browser at the root 39 directory of your installation. Enter the necessary information about your database structure and continue. 40 41 2. For a manual installation, create a configuration file, based on the 42 sample: 37 43 38 1.Copy the sample database configuration file:44 Copy the sample database configuration file: 39 45 40 46 cp dbinit.php.sample dbinit.php 41 42 2.Edit the dbinit.php file to match your database configuration.47 48 Edit the dbinit.php file to match your database configuration. 43 49 Make sure that the database exists and has the right permissions 44 50 and the database user you define owns privileges to create/modify 45 tables. 51 tables. Point your browser at the root directory of your 52 installation. You should read a message informing you that the 53 database schema has been generated. 46 54 47 6. Point your browser to the root directory of your installation. 48 You should read a message informing you that the database schema 49 has been generated. 50 51 If at this point, the browser returns a 500 internal server 55 6. If at this point, the browser returns a 500 internal server 52 56 error, then remove (or disable) the .htaccess file in this 53 57 directory and try again.
