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 (change <URL-path> to /map for exemple and change <pathToMAPDirectory> to your installation directory) httpd.conf

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

  4. (Optional) In file <pathToMAPDirectory>/public/.htaccess at line 2 modify APPLICATION_ENV variable (by default production)
  5. (Optional) For Linux installation, 4 directories <pathToMAPDirectory>/var/cache, <pathToMAPDirectory>/var/logs, <pathToMAPDirectory>/var/session, <pathToMAPDirectory>/var/uploads must be rewritable for apache user.
  6. 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
  7. With your web browser go to localhost/map and proceed to database installation.
  8. Modify application.ini file in <pathToMAPDirectory>/application/configs and at line 41 change installProcess to 0.
          app.installProcess = 0.
  9. Login to the application user : admin and password : the value of the installKey.
Last Updated on Wednesday, 17 November 2010 14:34