-
Notifications
You must be signed in to change notification settings - Fork 8
Phisical Servers installation on Ubuntu server 14.04 LTS (Panel Version #2)
Nikita Bulaev edited this page Apr 24, 2015
·
3 revisions
This instruction is for Version 2 of the GH Mananger panel!
sudo apt-get install git python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
ln -s /usr/bin/nodejs /usr/bin/node
sudo npm -g install sails
sudo npm -g install grunt
sudo npm -g install forever
cd /images
git clone https://github.com/firebull/ghmanager.git
cd /ghmanager
git checkout v2
ln -s dispetcher /images/dispetcher
ln -s scripts /images/scripts
cd /images/dispetcher
npm install
npm install sails-mysql
nano config/connections.js -> Edit MySQL parameters in ghManager section
nano config/ghmamanager.js -> Add current Server ID and it's AuthKey
nano config/local.js
add this in it:
module.exports = {
environment: 'production',
}
forever start app.js