Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 594 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 594 Bytes

README

How to build bundle install

To run the embedded server bundle exec rails s

Restart mysql/mariadb service systemctl restart mariadb.service

Create db bundle exec rake db:create bundle exec rake db:migrate

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version 2.3.0

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

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

  • Deployment instructions

  • ...