Installation from GitHub
These steps are based on a new installation on a Ubuntu Server 9.10
user/password: openzis/openzis
pwd => /home/openzis
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
sudo apt-get install git-core
git clone git://github.com/cwhiteley/OpenZIS.git
cd OpenZIS
pwd => /home/openzis/OpenZIS
sudo apt-get install mysql-server
user/pass root/openzis
sudo apt-get install mysql-client
sudo apt-get install php5-mysql
sudo apt-get install libmysqlclient-dev
mysql -u root -p
> source ZISDB.sql
> use openzis
> show tables
You should have 32 rows returned.
> quit
sudo apt-get install apache2
sudo apt-get install php5 php5-common
sudo apt-get install libapache2-mod-php5 php5-gd php5-dev
sudo apt-get install php-pear
Add two lines to php.ini file located at: /etc/php5/apache2/
sudo vi php.ini
extension=pdo.so
extension=pdo_mysql.so
sudo pecl install pdo_mysql
sudo a2enmod rewrite
move to /etc/apache2/
sudo vi apache2.conf
Near the end of the file add:
NameVirtaulHost *
move to /etc/apache2/sties-available
sudo vi admin
ServerAdmin someone@openzis.org
DocumentRoot /home/openzis/OpenZIS/OpenZIS/ADMIN_SERVER
Servername admin.openzis.us
Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Save your admin file
sudo vi zis
ServerAdmin someone@openzis.org
DocumentRoot /home/openzis/OpenZIS/OpenZIS/ZIT_SERVER
Servername zis.openzis.us
Options Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Save your zis file
sudo a2ensite admin
sudo /etc/init.d/apache2 reload
sudo a2ensite zis
sudo /etc/init.d/apache2 reload
move to /home/openzis/OpenZIS/OpenZIS
update the config.ini at a minimum you should update your password and your
application.root.directory. In this example your application.root.directory should look like this:
application.root.directory = /home/openzis/OpenZIS/OpenZIS;
Now you should be able to connect to your admin site as admin.openzis.us with the user/pass as admin/admin.
If you setup your Apache with a different URL you will need to update the ZIS setting from within the UI interface.
Download OpenZIS from GitHub.
Getting OpenZIS from GitHub
Ubuntu 9 64 bit Server Version
Install Git
sudo apt-get install git-core
Clone OpenZIS Repositories
git clone git://github.com/cwhiteley/OpenZIS.git
OpenZIS version 2.0 released.
Today marks the end of some major design and development work that has been going on behind the senses. Starting today OpenZIS will now be at release version 2.0 and can easily be downloaded via our GitHUB account.
Release Notes:
1. PUSH capability.
2. Improvements to message log display.
3. Improved error logging.
Australian SIF 1.0 Specification is now available
Today we have released the Australian SIF 1.0 specification.
Statewide Longitudinal Data Systems (SLDS) going Open Source
Statewide Longitudinal Data Systems (SLDS) or even (LDS) are intended to aid state educational agencies to efficiently and accurately manage, analyze and use education data. Most often this means turning out tons for CSV files which are then loaded in staging areas and the pushed into reporting system to include but not limited to a data warehouse. Many of these systems are built over time and recollect the same data over and over.
There is a better way to integrate data and it is to start your SLDS with a SIF enabled Operational Data Store (ODS). According to Bill Inmon, an ODS, is a subject-oriented, volatile, current-valued, detailed-only collection of data in support of an organizations need for up-to-the-second information. Wikipedia states that its designed to integrate data from multiple sources and contains low level (atomic) data with a limited history captured in realtime.
Basically this means that the education agency that implements an ODS has detailed or non-summarized data about the students within its reporting structure. This gives the agency capability to offer services that before might have been more difficult to provide. For example a state agency could construct and support a Parent Portals, Student records transmissions, or even a district reporting system.
So why are we talking about this within OpenZIS blog today – well over the next few months we will begin to document an open source longitudinal data system (SLDS)(LDS) with our first step being the development of a SIF enabled operational data store (ODS).
Thanks
Christopher
SIF Association UK Quarterly Meeting – Connect-a-thon
We will be at the SIF Association’s UK Quarterly Meeting on Oct 7th and 8th. If your a SIF Agent Developer and would like to test your agents with OpenZIS – as well as have an interest in discussing all things SIF related – we will be hanging out with the gang from Equiinet’s.
Cheers.
Christopher
OpenZIS and the Australia SIF Specification
Recently we have had a few developers reach out to us to see if we had an interest in developing for the Australian SIF that is currently in being Piloted. Well the short answer is Yes. We are currently waiting for the SIF Association to publish the Australian SIF Specification so that we can begin our development.
