heroku - Where to host Meteor-Apps? -


i want build meteor-app run little side-project/business. in mind:

  1. i want cheap environment (online) test , share progress
  2. i want have option scale in terms of production in few months
  3. i want use standard command line tools push service
  4. 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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -