Install gamepanelx master on ubuntu 12.10

Install gamepanelx master on ubuntu 12.10


First, install some stuff:
mysql server
apache server
make
unzip
ftp (if you like; i am not describing the usage of proftpd in this tutorial.)
openssh (if you didn't choose at the system installer)
32-bit system libraries (not needed if you installed a 32-bit ubuntu server)

CODE: SELECT ALL
sudo apt-get update
sudo apt-get install mysql-server
sudo apt-get install mysql-client
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install proftpd
sudo apt-get install ssh
sudo apt-get install ia32-libs
sudo apt-get install unzip


Download the gamepanelx master files and extracts it, or copy the tar file with WinSCP from a Windows machine:
CODE: SELECT ALL
cd /var/www/
(Check gamepanelx.com for newest version)
wget http://xxx
unzip GamePanelX-Master-v3.0.8.zip


Rename folder and open it:
CODE: SELECT ALL
mv GamePanelX-Master-v3.0.8 gp
cd gp/



Start the installation script with your webbrowser: http://localhost/gp/install/
Follow the installation instruction.



Install gamepanelx remote on ubuntu 12.10 Server:

This Tutorial will show you, how to install the remote part on a ubuntu server, without getting the FTP install error. Don't install gamepanelx remote on the same server as gamepanelx master! User anothe fresh ubuntu 12.10 server, otherwise, gamepanelx remote doesn't work.


First Install gcc, make, 32-bit system libraries and mysql dev-libs:
CODE: SELECT ALL
sudo apt-get update
sudo apt-get install gcc
sudo apt-get install make
sudo apt-get install libmysqlclient15-dev
sudo apt-get install ia32-libs


Open homefolder:
CODE: SELECT ALL
cd /home/username/


Next, download the remotetool or transfer files via WinSCP from a Windows machine to the ubuntu server:
CODE: SELECT ALL
(Check gamepanelx.com for newest version.)
wget http://xxx
tar -zxvf GamePanelX-Remote-3.0.10.tar.gz
mv GamePanelX-Remote-3.0.10 gp
cd gp/
sudo Chmod +x ./install.sh
sudo ./install.sh


Follow the instructions. Done with FTP Installation.


Congratulations! You have now finished a complete installation of:
Ubuntu Server 12.10 with GamePanelx Master
Ubuntu Server 12.10 with GamePanelx Remote

You should now have a minimum amount of two (2) ubuntu servers. You can now login on your master server using the webinterface and configure your gamepanelx, create templates and deplay servers.

If you have any questions, critics, tipps or other things you like to share with me and all readers, feel free to write a comment or mail me. Thanks for reading.


Stefan.


Learn More :