Various changes

This commit is contained in:
Dobie Wollert
2013-06-17 04:08:57 -04:00
parent a5f054cbbf
commit b92068b6b2
12 changed files with 179 additions and 13 deletions

6
start.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
while true;
do
NODE_ENV='prod' node/bin/node server.js
done