Note-1:If your machine has earlier giis versions (<=4.2),please uninstall it and freshly install giis.

Note-2:By default,giis updates every 20 mintues,if you want to adjust this setting then edit /etc/crontab file.

Installing Binary :
===================

To install giis binary just follow the steps:

1) Change giis directory  

	cd giis_XX (Replace XX with appropriate version number for example giis_4.3)

2) Run the shell script named 'install_giis.sh',

	sh install_giis.sh

Installing giis from Source Code :
==================================

To compile and install giis from source code just follow the steps:

1) Change to source directory.

	giis_XX/src(Replace XX with appropriate version number,for example giis_4.3)

2) Run the configure script,

	./configure

3) Compile the programs,

	make

4) Install the programs,

	make install

5) Now Run giis -i.

6) Finally run following commands,
 	cp ../config/hai /giis
	cp ../config/quotes /giis






