11-05-2016, 03:35 PM
After installing OGP Agent now you have to Install OGP Panel on centos 5/6/7
1- update
2- install wget
3-then
4-
5)
6)
7)
WARNING: At Centos 7 you must use:
Setup Mysql:
first: install mysql
then
Open your web browser and load phpmyadmin :
EXMP
http://xxx.xx.xx.xx/phpmyadmin
then go to your server ip
create admin account.. after yu done.. you have to remove install.php using this code
Fin..
More information about installing OGP Agent Visti my thread!
Click me to check my thread
Or visit: opengamepanel.org
This Tut to old( not latest Version of OGP)
1- update
Code: (Select All)
yum update2- install wget
Code: (Select All)
yum install wget3-then
Code: (Select All)
sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config
setenforce 0
service iptables stop
chkconfig iptables off4-
Code: (Select All)
wget http://dl.fedoraproject.org/pub/epel/6/i...noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
rm -f epel-release-6-8.noarch.rpm
yum install -y perl-ExtUtils-MakeMaker5)
Code: (Select All)
wget http://master.dl.sourceforge.net/project...noarch.rpm6)
Code: (Select All)
yum -y install ogp_panel-3264-1.noarch.rpm7)
Code: (Select All)
service httpd restart
chkconfig --levels 235 httpd on
service mysqld restart
chkconfig --levels 235 mysqld onWARNING: At Centos 7 you must use:
Code: (Select All)
systemctl enable mariadb.serviceSetup Mysql:
first: install mysql
Code: (Select All)
mysql_secure_installationthen
Code: (Select All)
chown -Rf apache:apache /var/www/htmlOpen your web browser and load phpmyadmin :
Code: (Select All)
http://[Your server IP]/phpmyadminEXMP
http://xxx.xx.xx.xx/phpmyadmin
then go to your server ip
create admin account.. after yu done.. you have to remove install.php using this code
Fin..
Code: (Select All)
rm -f /var/www/html/install.phpMore information about installing OGP Agent Visti my thread!
Click me to check my thread
Or visit: opengamepanel.org
This Tut to old( not latest Version of OGP)
