Skip to content

Instantly share code, notes, and snippets.

@adrienjoly
Created April 30, 2015 23:25
Show Gist options
  • Select an option

  • Save adrienjoly/70605c6cd33c36bae9be to your computer and use it in GitHub Desktop.

Select an option

Save adrienjoly/70605c6cd33c36bae9be to your computer and use it in GitHub Desktop.
How to push a Meteor.JS app to HP Helion
npm install -g demeteorizer
demeteorizer
cd .demeteorized
nvm install v0.10.36
npm install
export MONGO_URL='mongodb://localhost:27017/meteor?autoReconnect=true&connectTimeout=60000'
export PORT=8080
export ROOT_URL=http://localhost:8080
npm start
open http://localhost:8080
helion login my@email.com mypassword
# make sure that the manifest.yml file defines a space that is <= 32M
helion push -n myproject
open http://myproject.cf.helion-dev.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment