Bookies, a social bookmarking app built with Ruby on Rails Master Branch is Rails 5.2 try it out Steps to Deploy the Bookies Web Application 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 Steps to Update git pull origin master –rebase bundle update rake assets:precompile Set up the archive page feature install redis run: RAILS_ENV=production QUEUE=bookmark_archive_queue rake environment resque:work