mushon / IWBA

The International Water Bank Association's Water Deposit exhibit - a water ATM for depositing your first drops
0 stars 1 forks source link

document software installation #13

Closed mushon closed 8 years ago

mushon commented 8 years ago
wonyoungso commented 8 years ago

Since we're done with initial setting, maybe it will be helpful to document just updating the code to heroku.

  1. (important) recompile javascript rm -rf public/webpack bundle exec rake webpack:compile
  2. push all code into github repository git pull git add . git commit -m 'update' git push
  3. heroku login (skip if you already logged in)

heroku login And type your heroku email and password

  1. git push heroku master