-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.0 to 2.1
randx edited this page Jan 22, 2012
·
2 revisions
# from github
git pull origin master
# install some packages
sudo apt-get install redis-server libicu-dev
sudo gem install charlock_holmes -v '0.6.8'
bundle install --without development test
# update db
bundle exec rake db:migrate RAILS_ENV=production