Created
April 30, 2015 23:25
-
-
Save adrienjoly/70605c6cd33c36bae9be to your computer and use it in GitHub Desktop.
How to push a Meteor.JS app to HP Helion
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
| 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 |
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
| 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