Upgrading From 3.1: Difference between revisions

From IHRIS Wiki
Line 8: Line 8:
===Preparing the Site===
===Preparing the Site===
Copy the existing site directory over to a new directory and update the '''config.values.php''' to:
Copy the existing site directory over to a new directory and update the '''config.values.php''' to:
*set the new database name ''$i2ce_site_database'' to '''[database_name]'''  
*set the ''$i2ce_site_database'' to '''[database_name]'''  
*set  ''$i2ce_site_i2ce_path'' to the directory where the new version of I2CE is located
*set  ''$i2ce_site_i2ce_path'' to the directory where the new version of I2CE is located

Revision as of 14:08, 2 June 2009

These are directions for upgrading iHRIS Manage from version 3.1 under Ubuntu.

First Steps

Get The Source Code

You can either get the released or the development code

Backup Database

We should back up the database. Go into phpmyadmin, select your database, click on operations, and copy the database to a new name [database_name].

Preparing the Site

Copy the existing site directory over to a new directory and update the config.values.php to:

  • set the $i2ce_site_database to [database_name]
  • set $i2ce_site_i2ce_path to the directory where the new version of I2CE is located