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 (change <URL-path> to /map for exemple and change <pathToMAPDirectory> to your installation directory) httpd.confhttpd.conf
- Alias <URL-path> <pathToMAPDirectory>/public
- <Directory <pathToMAPDirectory>/public >
- Options FollowSymLinks
- AllowOverride All
- Order Allow,Deny
- Allow from all
- </Directory>
- (Optional) In file <pathToMAPDirectory>/public/.htaccess at line 2 modify APPLICATION_ENV variable (by default production)
- (Optional) For Linux installation, 4 directories <pathToMAPDirectory>/var/cache, <pathToMAPDirectory>/var/logs, <pathToMAPDirectory>/var/session, <pathToMAPDirectory>/var/uploads must be rewritable for apache user.
- Modify application.ini file in <pathToMAPDirectory>/application/configs.
a - Bellow line 65 (; DB) Change username, password and database name for mysql database settings.
b - In section "; Application options" at line 41 change value of installProcess to 1 app.installProcess = 1
c - In section "; Application options" at line 43 change value of installKey app.installKey = changeIt
d - (Optional) Change value of
line 19 phpsettings.date.timezone
line 46 app.formatDate - With your web browser go to localhost/map and proceed to database installation.
- Modify application.ini file in <pathToMAPDirectory>/application/configs and at line 41 change installProcess to 0.
app.installProcess = 0. - Login to the application user : admin and password : the value of the installKey.





