This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
ScrapRpfProjectsJob.perform_now
docker-compose up
to get the dbs started (dev and test)
rails db:create && rails db:migrate && rails db:seed
will give you a fully fed env
rails s
finally to get the server running
rails db:drop && rails db:create && rails db:migrate && rails db:seed
to reseed everything. This also avoid you having to use docker-compose down -v