Tidwell / faeriadecks2

new version of faeriadecks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faeriadecks.com - version 2

##Dev

node index.js

grunt serve

##Build

grunt build

./make.sh

##Deploy

git subtree push --prefix build origin build

ssh to box and cd to folder

npm install

Look for the process on port 9005 using: netstat -tulpn

kill #PID

nohup npm start &

sudo service apache2 restart

##Forever Deploy

 $ forever start index.js

##Reset all deck votes

db.decks.update({}, {$set: {vote: { "positive" : [ ], "negative" : [ ] }}}, false, true);

About

new version of faeriadecks


Languages

Language:HTML 54.6%Language:JavaScript 40.2%Language:CSS 5.0%Language:Shell 0.2%