Skip to content
Radimir Bitsov edited this page Nov 1, 2015 · 2 revisions

Deployment Process

In order to deploy the project adding the completed milestone, please follow the checklist presented below :bowtie:

Before starting the process be sure that you have Node.js, NPM and Heroku installed and set up correctly

  • Run git checkout master - select the master branch
  • Run git fetch origin - be sure all branches are updated and synced
  • Run npm run server - build and start the app
  • Go to http://localhost:3000 and verify if all resources listed on the current milestone are available and that there aren't any errors
  • Run heroku login - to authenticate in Heroku
  • Open two separate terminal sessions and run heroku logs --tail in the first in order to monitor the treats logs as streams of time-ordered events
  • In the other terminal session run git push heroku master to start the deploying process
  • Close the deployed milestone
  • ☺️ 🎉 🍻
Clone this wiki locally