Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Updating Teambox

dz0ny edited this page Aug 9, 2010 · 11 revisions

Installed locally (Ubuntu, Centos,…)

First its good practice to backup database, then you enter this commands into shell

cd teambox
git stash 
git pull 
bundle install
git stash pop
rake db:migrate RAILS_ENV=production

Discussion

Installed on Heroku

cd teambox
git stash 
git pull origin master
git stash pop
git push heroku master
heroku rake db:migrate
Clone this wiki locally