10-04-2015, 11:35 AM
Hello Guys,
Today I am going to show you how we can install a Bright Game Panel in debian , I am making this tutorial as one of my Friend had asked "How I can install BGpanel ? "
Lets Start:
First yous to do update & upgrade:
then going to install some utilities which bgpanel needs in order to get installed like apache, php, mysql server,etc.
It will prompt for MySQL password,simplly fill password of your choice.
now restart the apache by typing this in console
Now create a Database in MySQL for bgpanel by tyyping this
this will prompt root password,fill it and hit enter then type this
download bgpanel files by typing
then unzip the files by typing this
now clear the web directory..
now move the bgpanel directory to /var/www/ by typing this
Now open /var/www/configuration.php by typing this
and in 21st line u can see something like this "define('DBPASSWORD', '');" write MySQL password in '' then it should look like define('DBPASSWORD', 'yourmysqlpassword'); where yourmysqlpassword is your MySQL password and save the file.'
Now point the site directory to your files like
now open your browser and type your VPS ip then it will redirect you to install page,just install bgpanel and then delete install directory from /var/www/
thats it,Your BG Panel is ready for use.
Note: if you face Wrong Datase detection ERROR-
just remove old .version folder from your web files
then just unzip the bgpanel files again and copy the .version folder from there to your /var/www/
Some of the pics of this panel are here
If you have any problem while installing then you can just post your problem in comments.
Today I am going to show you how we can install a Bright Game Panel in debian , I am making this tutorial as one of my Friend had asked "How I can install BGpanel ? "
Introduction
Bright Game Panel is a free and open source game server control panel. "BGPanel" utilizes many standard technologies available on many shared hosting platforms which gives all communities the ability to remotely control their game servers.Lets Start:
First yous to do update & upgrade:
Code: (Select All)
apt-get install sudo
sudo apt-get update
sudo apt-get upgrade
then going to install some utilities which bgpanel needs in order to get installed like apache, php, mysql server,etc.
Code: (Select All)
sudo apt-get install -y apache2 php5 mysql-server php5-mysql php5-curl php5-gd screen zip php5-mcrypt
now restart the apache by typing this in console
Code: (Select All)
sudo service apache2 restart
Now create a Database in MySQL for bgpanel by tyyping this
Code: (Select All)
sudo mysql -p -r
Code: (Select All)
create database brightgamepanel;
quit;
download bgpanel files by typing
Code: (Select All)
wget https://github.com/warhawk3407/bgpanel/archive/develop-047.zip
then unzip the files by typing this
Code: (Select All)
unzip <zip name>
now clear the web directory..
Code: (Select All)
rm -rf /var/www/*
now move the bgpanel directory to /var/www/ by typing this
Code: (Select All)
mv /<bigpanel folder name> /var/www/
Now open /var/www/configuration.php by typing this
Code: (Select All)
sudo apt-get install nano
nano /var/www/configuration.php
Now point the site directory to your files like
Code: (Select All)
sudo chown -R www-data:www-data /var/www
now open your browser and type your VPS ip then it will redirect you to install page,just install bgpanel and then delete install directory from /var/www/
thats it,Your BG Panel is ready for use.
Note: if you face Wrong Datase detection ERROR-
just remove old .version folder from your web files
Code: (Select All)
rm -rf /var/www/.version
then just unzip the bgpanel files again and copy the .version folder from there to your /var/www/
Some of the pics of this panel are here
Spoiler Expand
Administrator
admin@post4vps.com