-
Hello Need Some Help
I'm Currently a noob at all this i know some *inx commands but i need help install cPGS please could someone write out the code for install it.
I'm running CentOS lastest version.
Thanks InSane-HoSt.Net Admin (InSaneCliff)
-
The bare basics of installing it on a cPanel server is this:
wget http://cpgs.cpanel.net/cPanelGS.v0.4.21.tgz
tar xzvf cPanelGS.v0.4.21.tgz
cd GameServerAddon
./install
Then answer the questions it asks. For more help getting it configured, try the following links. Better documentation will be done, but this should get you going for now:
http://cpgs.cpanel.net/GameServerAddon-dev/readme.txt
http://cpgs.cpanel.net/cPGS.pdf
-
Thanks Alot That Helped me out alot
-
Error....
I get this error ...
root@server [/Downloads/GameServerAddon]# ./cpgsd_install
This script installs cpgsd.pl on a server with or without cPanel, continue? (y/n)
y
/var/cpanel/cpgsd.pl already exists, overwrite ? (y/n)
y
Downloading and installing the daemon files.. (this should take less than a minute)
downloading 34707 bytes to /tmp/cPGSUpdate.22244.9305824.54538962.tgz
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
/var/cpanel/cpgs.pem already exists, overwrite ? (y/n)
Why is that?
-
-
Try unpacking the daemon.tgz file in the GameServerAddon directory and putting cpgsd.pl in /var/cpanel/ . The error you see is caused by a socket closing too soon on some systems before the file is completed. It's fixed in the next release.