Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.08 KB

BBTT

Build Status Maintainability Test Coverage

System to create posts and distribute them

Basic system specs:

  • Ruby 2.5.1
  • Rails 5.2.1

DB adapter:

  • PostgreSQL

Additional requirement

  • Redis

Configuration

  • bundle
  • define environment variable ENV['SECRET_KEY_BASE']
  • copy config/database.example.yml into config/database.yml
  • set your username and password into config/database.yml for postgreSQL
  • rake db:create
  • rake db:migrate
  • run rake task to fill DB with usersrake db:fill_users
  • rails s
  • sidekiq

Credentials