Tutorial Easy Installer For Open Game Panel Debian 8 Version

amsaal

VIP
Jul 28, 2015
273
102
122
OGP Agent Installation

sudo apt-get install libxml-parser-perl libpath-class-perl perl-modules screen rsync sudo e2fsprogs unzip subversion pure-ftpd libarchive-zip-perl libc6 libgcc1 git curl

sudo apt-get install libc6-i386 lib32gcc1

sudo apt-get install libhttp-daemon-perl


Debian 8 Extras:

If you're running Debian 8, you may need to install the below package as well:

Code

sudo apt-get install libarchive-extract-perl

OGP AGENT Setup

wget -N "http://sourceforge.net/projects/ogpextras/files/Easy-Installers/ogp-agent-latest.deb/download" -O "ogp-agent-latest.deb"sudo dpkg -i "ogp-agent-latest.deb"

sudo cat /root/ogp_user_password

OGP PANEL Installation

sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git

OGP PANEL Setup

wget -N "http://sourceforge.net/projects/ogpextras/files/Easy-Installers/ogp-panel-latest.deb/download" -O "ogp-panel-latest.deb"sudo dpkg -i "ogp-panel-latest.deb"

sudo cat /root/ogp_panel_mysql_info

sudo cat /root/ogp_user_password
 
Top