Upgrading From 3.1: Difference between revisions

From IHRIS Wiki
Line 1: Line 1:
These are directions for upgrading iHRIS Manage from version 3.1 under Ubuntu.   
These are directions for upgrading iHRIS Manage from version 3.1 under Ubuntu.   
==First Steps==
==First Steps==
===Get The Source Code===
You can either get the [[Linux (Ubuntu) Installation#Downloading the Software | released]] or the [[Tutorial: Using Bazaar to Contribute Code#Getting The Code | development code]]
===Backup Database===
===Backup Database===
We should back up the database.  Go into phpmyadmin, select your database, click on operations, and copy the  
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]'''.
database to a new name '''[database_name]'''.
===Get The Source Code===
You can either get the [[Linux (Ubuntu) Installation#Downloading the Software | released]] or the [[Tutorial: Using Bazaar to Contribute Code#Getting The Code | development code]]
===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 new database name ''$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 new database name $i2ce_site_database to [database_name]
  • set $i2ce_site_i2ce_path to the directory where the new version of I2CE is located