Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 529 Bytes

heroku.md

File metadata and controls

14 lines (10 loc) · 529 Bytes

RAN! Documentation

Deployment

Heroku

Click here to see Heroku Tutorial - Getting Started with Node.JS

Basically, RAN! is ready for Heroku Deployment. Just follow the structure on tutorial.

  • Firstly, run heroku create
  • Then commit your changes git commit -m 'commit message'
  • After commit, push your changes to heroku GIT git push heroku master
  • That's all!
  • to scale your server, just run heroku ps:scale web=1