Install UK SIF 1.0 Specification in your ZIS

Do not use these steps to install

Introduction
This post will talk you through the installation of UK SIF Spec 1.0 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.0

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

Step 1: Load MySQL Data

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

Step 2: Move the ’sif_schema’ directory

mv uk_1_0_lib_install/sif_schema ZIT_CommunityEdition/ZIT_APPLICIATION

Step 3: Move the ‘uk_1_0_lib’ directory

mv uk_1_0_lib_install/lib/uk_1_0_lib ZIT_CommunityEdition/ZIT_APPLICIATION


Comments

2 Responses to “Install UK SIF 1.0 Specification in your ZIS”

  1. Neeladevi on February 10th, 2010 11:52 pm

    hi,

    I tried accessing this site. It is throwing me a forbidden error page. Is this the correct address.

    Thanks,
    Neela

  2. admin on March 9th, 2010 8:09 am

    UPDATED:

    You no longer have to install the different Specification. You should be downloading the code from Guthub which has all Specs included.

    http://sif.openzis.org/2010/03/04/installation-from-github/

Leave a Reply