Prerequisites :
- An apache web serveur version 2.2 or later with activated mod_rewrite module
- PHP version 5
- Mysql version 4.1 or later
- Create a database and a user with all rights for this database.
- Unzip My Agile Project archive.
- Configure your httpd.conf (URL-path must be /map and change <pathToMAPDirectory> to your installation directory)httpd.conf
- Alias /map <pathToMAPDirectory>/public
- <Directory <pathToMAPDirectory>/public >
- Options None
- AllowOverride All
- Order Allow,Deny
- Allow from all
- </Directory>
- Modify environment.ini file in <pathToMAPDirectory>/application/conf. Bellow line 20 [PROD : general] Change username, password and database name for mysql settings.
- Modify config.ini file in <pathToMAPDirectory>/application/conf. In section [installation] change process value to 1 and choose a password for installKey value.
- With your web browser go to localhost/map and proceed to database installation.
- Modify config.ini file in <pathToMAPDirectory>/application/conf. In section [installation] change process value to 0.
- Login to the application user : admin and password : the value of the installKey.





