Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save awesomehd1/d71acf84d8ff03cede19f875674c1bb0 to your computer and use it in GitHub Desktop.
Save awesomehd1/d71acf84d8ff03cede19f875674c1bb0 to your computer and use it in GitHub Desktop.
Commands:
Update your packages:
sudo apt-get update
Install git:
sudo apt-get install git
Install node.js:
sudo apt-get install nodejs-legacy npm
Clone MultiOgar:
git clone git://github.com/Megabyte918/MultiOgar-Edited.git
(Refresh Tab)
Install dependencies:
cd multiogar
npm install
set current working dir
"cwd": "~/workspace/multiogar/run/"
Configure run commands
"sh lin-Start.sh"
(May Not Have To Do This)
Run the server:
cd src
sudo node index.js
NOTE:NEED TO CHANGE THE PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment