Skip to content

Instantly share code, notes, and snippets.

@iMagdy
Created September 9, 2013 13:51
Show Gist options
  • Save iMagdy/6495850 to your computer and use it in GitHub Desktop.
Save iMagdy/6495850 to your computer and use it in GitHub Desktop.
Run meteor on your own infrastructure using forever (npm install -g forever)
export MONGO_URL=mongodb://localhost:27017/<dbname>
export PORT=<server_port>
export ROOT_URL=http://sub.example.com/
forever start bundle/main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment