My Agile Project

  • Increase font size
  • Default font size
  • Decrease font size
Home Documentation Installation Quick Installation Manual
Documentation

Quick Installation Manual

E-mail Print PDF

Prerequisites :

  • An apache web serveur version 2.2 or later with activated mod_rewrite module
  • PHP version 5
  • Mysql version 4.1 or later
  1. Create a database and a user with all rights for this database.
  2. Unzip My Agile Project archive.
  3. Configure your httpd.conf (URL-path must be /map and change <pathToMAPDirectory> to your installation directory)

    httpd.conf
    1. Alias /map <pathToMAPDirectory>/public
    2.  
    3. <Directory <pathToMAPDirectory>/public >
    4. Options None
    5. AllowOverride All
    6. Order Allow,Deny
    7. Allow from all
    8. </Directory>
     

  4. Modify environment.ini file in <pathToMAPDirectory>/application/conf. Bellow line 20 [PROD : general] Change username, password and database name for mysql settings.
  5. Modify config.ini file in <pathToMAPDirectory>/application/conf. In section [installation] change process value to 1 and choose a password for installKey value.
  6. With your web browser go to localhost/map and proceed to database installation.
  7. Modify config.ini file in <pathToMAPDirectory>/application/conf. In section [installation] change process value to 0.
  8. Login to the application user : admin and password : the value of the installKey.
Last Updated on Thursday, 12 March 2009 22:52