Tag: readerd
git clone https://github.com/daigoro-rc/readerd.git bundle install --path vendor/bundler bundle exec rake generate_secret_token:generate
bundle exec rake db:create:all
bundle exec rake db:migrate
bundle exec unicorn_rails -c config/unicorn.rb -E production -D -p 3000