Blog about IT
- PostgreSQL 9.1 and later
- Ruby 2.4.2
- Rails 5.1.2
# clone repo
git clone git@github.com:sergeyantonov1/blog.git
cd blog
# run setup script
bin/setup
# configure ENV variables in .env
vim .env
# run server on 5000 port
bin/serverbin/setup- setup required gems and migrate db if neededbin/quality- run brakeman and rails_best_practices for the appbin/ci- should be used in the CI to run specs