This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version.
ruby-2.6.7
-
Bundler version
bundler 2.2.21
-
Commands to install ruby & Bundler
rvm install "ruby-2.6.7"gem install bundler:2.2.21
-
Deployment instructions in local
bundle install
rails s
-
Database => Postgres
-
Starting Application Server Command
bundle exec puma -C config/puma.rb -p 3000 -
Environment variables
DB_NAME
DB_USERNAME
DB_PASSWORD
DB_HOSTNAME
DB_PORT
RAILS_ENV = production
RACK_ENV = production