Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 438 Bytes

File metadata and controls

39 lines (22 loc) · 438 Bytes

README

  • Ruby version

2.7.5

  • System dependencies

Rails version = 6.1.3.1

  • Configuration

Setup

  • Rename rubybase with project_name

  • Create a .env file

cp .env.sample .env

Run server

bundle exec rails server -b 0.0.0.0
  • Database creation

  • Database initialization

  • How to run the test suite

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

  • Deployment instructions

  • ...