Quick Install (Memories)

Quick Install

If you already went once through the installation procedure, this section will help refresh your memory on what steps you are supposed to follow. If this is your first time, skip over it for now and start with Step 1.

      	
      	mkdir /opt/OpenIMSCore 
      	cd /opt/OpenIMSCore

      	mkdir FHoSS 
      	svn checkout http://svn.berlios.de/svnroot/repos/openimscore/FHoSS/trunk FHoSS

      	mkdir ser_ims 
      	svn checkout http://svn.berlios.de/svnroot/repos/openimscore/ser_ims/trunk ser_ims

      	cd FHoSS 
      	ant compile deploy 
      	cd ..

      	cd ser_ims 
      	make install-libs all 
      	cd ..

      	mysql -u root -p < FHoSS/scripts/hss_db.sql 
      	mysql -u root -p < FHoSS/scripts/userdata.sql

      	mysql -u root -p < ser_ims/cfg/icscf.sql 

      	cp ser_ims/cfg/*.cfg . 
      	cp ser_ims/cfg/*.xml . 
      	cp ser_ims/cfg/*.sh .

Leave a comment