- git clone https://github.com/underhilllabs/Bookies.git bookies
- cd bookies
- bundle # run bundle to install required gems
- cp config/example.database.yml config/database.yml # set up your database
- vim config/database.yml # if using sqlite3 or postgresql, update the Gemfile with correct gems and run ‘bundle’ again).
- vim Gemfile && bundle
- rake db:setup
- rails g bootstrap:install
- rake assets:precompile # to compile all of the assets for the assets pipeline.
- rails server
- git pull origin master –rebase
- bundle update
- rake assets:precompile
- install redis
- run: RAILS_ENV=production QUEUE=bookmark_archive_queue rake environment resque:work