Created
July 22, 2015 22:31
-
-
Save TehShrike/0991f91678ab903b9d55 to your computer and use it in GitHub Desktop.
psy autoexec.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Launching autoexec stuff" | |
| /opt/iojs/bin/node /opt/iojs/bin/psy daemon --pidfile=/opt/autoexec/psy.pid -l /opt/autoexec/psy.log | |
| cd /opt/communal-checklist | |
| /opt/iojs/bin/node /opt/iojs/bin/psy start -n communalchecklist.com --cwd=/opt/communal-checklist --env.PORT=8001 -l communalchecklist.log -- npm run start | |
| nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment