npm install
SIMPLE=true node app.js
now open browser to http://192.168.0.17:3000 or your ip address
- to be finished later..
- use home brew!
- install redis
**
brew install redis
- install nginx ** brew install nginx
- install mongo ** brew install mongo
- install node modules globally ** sudo npm install pm2 mocha npm -g
CD to project directory
cp -f nginx/nginx.conf /usr/local/etc/nginx/nginx.conf
#Turn on Server
HOST=192.168.0.17 PORT=3000 node app.js
./launch10.sh
env SOCKET_SERVER=192.168.0.17 SOCKET_PORT=3000 mocha
or can be run as...
HOST=192.168.0.17 mocha
SOCKET_SERVER=192.168.0.17 SOCKET_PORT=3000 vagrant up