OpenZIS Demo Site Updated

Just wanted to let everyone know that we have added the UK SIF Spec 1.2 as well as the US SIF Spec 2.2 to our Demo site. We should have this available for download within the next few weeks.

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


SIF (UK) Specification 1.0 Alpha

Today, we’re happy to provide both a formal release date, as well as an Alpha release of the UK SIF Specification 1.0 for OpenZIT.  Plans are to begin Alpha testing this next SIF version immediately with the following scheduled releases:

  • April 30th SIF (UK) 1.0 Beta
  • May 15th SIF (UK) 1.0 Release Candidate
  • May 30th SIF (UK) 1.0 Gold (GA)

Additionally we have integrated the support of the Zend Framework version 1.7 – moving to this version appears to have giving us a performance benefit.