Jump to content

أبي مساعدة - أوامر تركيب لوحة Open game panel


Recommended Posts

السلام عليكم ورحمة الله وبركاته

أخواني ابي اوامر تركيب لوحة Open game panel

نوع الخادم Ubuntu 14.10 x64

هل يركب على النوع أو اغيره ياليت تردون بأقرب وقت

والسلام عليكم ورحمة الله وبركاته ... :arrow:

Link to comment

http://opengamepanel.org/infusions/pro_ ... hp?catid=8

يركب على الانظمة التالية

1-Ubuntu

2-Debian

3-Windows 32/64 bit

4-Centos

اوامر تنصيب الخادم ( agent )

0-Update your System:

sudo apt-get update

sudo apt-get upgrade

 

4-Change the user and group ownership of the agent files to ogp_agent so it can update itself.

 

sudo chown -Rf ogp_agent:ogp_agent /usr/share/ogp_agent

1-Download ogp_agent-3264-1.noarch.deb:

wget http://master.dl.sourceforge.net/projec ... noarch.deb

 

2-Install the package and dependencies, both commands have to be run as root or using sudo:

sudo dpkg -i ogp_agent-3264-1.noarch.deb

sudo apt-get -f install

sudo apt-get install libio-compress-perl

sudo apt-get install libarchive-extract-perl

Next package only for 64 bit systems:

Code

sudo apt-get install lib32gcc1

 

 

 

With Debian 7 "Wheezy" you may encounter this error:

 

The following packages have unmet dependencies: ia32-libs : Depends: ia32-libs-multiarch but it is not installable

E: Unable to correct problems, you have held broken packages.

 

do the following:

Code

sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install lib32gcc1

 

3-Then start the service and add it to the system startup, the first time you will be asked for a new password, new encription key and if you accept the Steam license (root or sudo):

 

sudo service ogp_agent start

sudo update-rc.d ogp_agent defaults 30

The init script checks the FTP status and does some settings if needed.

 

After starting the agent, check that is running (root or sudo):

 

Code

sudo su -c "screen -list" ogp_agent

This command lists the screen sessions, 'ogp_agent' should be there, looks like this:

Code

 

There is a screen on:

        2848.ogp_agent  (12/12/12 02:15:00)     (Detached)

1 Socket in /var/run/screen/S-ogp_agent.

 

=============================

اوامر تنصيب اللوحه (OGP PANEL)

1-Download ogp_panel-3264-1.noarch.deb:

wget http://master.dl.sourceforge.net/projec ... noarch.deb

2-Install the package and dependencies, both commands have to be run as root or using sudo:

sudo dpkg -i ogp_panel-3264-1.noarch.deb

sudo apt-get -f install

sudo service apache2 restart

Aptitude will ask you if you are using apache2 or lighttpd, at this point check apache2.

3-Open your web browser and load phpmyadmin :

http://[Your server IP]/phpmyadmin

Once you loged in to PHPMyAdmin with your mysql's root login, click on privilegies and create an user and a database, and give privilegies on this database to the created user.

 

4-Now open the main page for your web server:

http://[Your server IP]/

 

Complete the installation process by using the user and database created on PHPMyAdmin, the host for MySQL is "localhost".

5-Once your panel has been installed successfully, for security reasons, you must remove the installation script:

sudo chmod 644 /var/www/includes/config.inc.php

sudo rm -f /var/www/install.php

6-Change the user and group ownership of the panel files to www-data so it can update itself.

 

Code

sudo chown -Rf www-data:www-data /var/www

On Ubuntu previous to 14.04 the panel folder must be changed to /var/www, so you will need move all files, you can use these commands:

 

Code

cd /var/www/html

sudo mv * ..

sudo rm -Rf ../html

اتمنى اكون افدتك

Link to comment

اخوي أبي اسوي ايقاف للسيرفر

أنا ماضبطت معي اللوحة بس فتحت السيرفر بدون اللوحة

أبي أمر ايقاف تشغيل السيرفر

أنا اشغله بأمر

./mta-server

ابي أمر الاطفاء إذا ماعليك امر

Link to comment
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...