Ruby 2.7.1
Rails 5.2.1
bundle install
yarn install
Setup .env (if not already):
DATABASE_DEV_USERNAME=username
DATABASE_DEV_PASSWORD=123123123
Create database (if not already):
rails db:create
Run migrations:
rails db:migrate
Run seed (if not already):
rails db:seed
To edit or see the app/config/credentials.yml.enc you must have the master.key file.
Ask the project admin to send it to you.
After that, you can just execute:
EDITOR=nano rails credentials:edit