Skip to content

Instantly share code, notes, and snippets.

@justinriggio
Last active December 21, 2015 05:49
Show Gist options
  • Save justinriggio/6259724 to your computer and use it in GitHub Desktop.
Save justinriggio/6259724 to your computer and use it in GitHub Desktop.
quick script to run
#!/bin/sh
export MONGO_URL='mongodb://localhost:27017/appname'
export ROOT_URL='http://domain.com'
export MAIL_URL='smtp://[email protected]:587'
node main.js
#forever main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment