Show
Ignore:
Timestamp:
06/14/06 06:36:09 (2 years ago)
Author:
mdodoo
Message:

Updated INSTALL file to reflect the possibility of using a graphical installation (through install.php).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/INSTALL

    r1447 r1497  
    3434            cd rss 
    3535  
    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: 
    3743          
    38         1.  Copy the sample database configuration file: 
     44            Copy the sample database configuration file: 
    3945 
    4046                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.  
    4349            Make sure that the database exists and has the right permissions 
    4450            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. 
    4654    
    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 
    5256    error, then remove (or disable) the .htaccess file in this 
    5357    directory and try again.