Install US SIF 1.5r1 Specification in your ZIS

Update:
These installation steps are no longer correct: The most recent version is located at: http://sif.openzis.org/2010/03/04/installation-from-github/

Introduction
This post will talk you through the installation of US SIF Spec 1.5r1 in to a properly installed ZIS. I will be login in as the user ZIT for this example.
Ubuntu versions tested
Ubuntu 9 64 bit Server Version

Step 0: download SIF 1.5r1

wget http://www.openzis.org/download/us_1_5_r_1_lib_install.zip
unzip us_1_5_r_1_lib_install.zip
cd us_1_5_r_1_lib_install

Step 1: Load MySQL Data

mysql -u root -p
mysql> use zit
mysql> source us_1_5_r_1_lib_install/install.sql
mysql> commit;
mysql> exit

Step 2: Move the ’sif_schema’ directory

mv us_1_5_r_1_lib_install/sif_schema ZIT_CommunityEdition/ZIT_APPLICIATION

Step 3: Move the ‘us_1_5r1_lib’ directory

mv us_1_5_r_1_lib_install/lib/us_1_5r1_lib ZIT_CommunityEdition/ZIT_APPLICIATION


Comments

Leave a Reply