/inspect-api

Rails API to inspect project

Primary LanguageRuby

Inspec API

Control system of inspections directed to buildings or work safety.

  • Ruby version 2.4.2
  • System dependencies Install rbenv and ruby-build
brew install rbenv ruby-build
rbenv install --list
rbenv install 2.4.2
rbenv global 2.4.2
gem install rails
  • Configuration
bundle update
  • Database creation
rails db:create
  • Database initialization
rails db:migrate

TODO

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...