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 update
2- install wget
Code: (Select All)
yum install wget
3-then
Code: (Select All)
sed -i 's|SELINUX=enforcing|SELINUX=disabled|' /etc/selinux/config
setenforce 0
service iptables stop
chkconfig iptables off
4-
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-MakeMaker
5)
Code: (Select All)
wget http://master.dl.sourceforge.net/project...noarch.rpm
6)
Code: (Select All)
yum -y install ogp_panel-3264-1.noarch.rpm
7)
Code: (Select All)
service httpd restart
chkconfig --levels 235 httpd on
service mysqld restart
chkconfig --levels 235 mysqld on
WARNING: At Centos 7 you must use:
Code: (Select All)
systemctl enable mariadb.service
Setup Mysql:
first: install mysql
Code: (Select All)
mysql_secure_installation
then
Code: (Select All)
chown -Rf apache:apache /var/www/html
Open your web browser and load phpmyadmin :
Code: (Select All)
http://[Your server IP]/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..
Code: (Select All)
rm -f /var/www/html/install.php
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)