heroku - Where to host Meteor-Apps? -
i want build meteor-app run little side-project/business. in mind:
- i want cheap environment (online) test , share progress
- i want have option scale in terms of production in few months
- i want use standard command line tools push service
- the database options have scale if need more
i've started looking heroku, there "good practices" can recommend? never hosted meteor-app, , i want avoid private server because of administration etc.
meteor apps ready deploy heroku. question broad, heroku fits bill every parameter specified.
here's flow creating example meteor app , deploying it:
$ meteor create --example leaderboard $ cd leaderboard $ git init . && git add . $ git commit -m "first commit" $ heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor $ git push heroku master
Comments
Post a Comment