Thursday, October 15, 2009

How to install gbox on a LINUX server

1.create 4 directories
/var/bin
/var/keys
/var/script
/var/tmp


2.put some files
in /var/bin :
gbox86, rename it in gbox, chmod 755

in /var/keys:

cwshare.cfg, chmod755
gbox_cfg, chmod755

in /var/script
gbox_cam.sh,
rename in gbox, chmod 755
remove the lines about AES


3. start/stop gbox


start: /var/script/gbox start
stop: /var/script/gbox stop



4. to have gbox working on boot
in linux debian :
in /etc/init.d :
put /var/script/gbox

execute this command line:

update-rc.d gbox default 19


Now gbox is up and runnig

0 comments:

Post a Comment