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.)
-
...
-
Install docker: docker engine install
-
Install docker-compose: docker compose install
-
Clone the project: https://github.com/cybergizer-hq/retrospective
-
Create and setup postgres db:
docker-compose run rake db:create db:setup
- Run the containers:
docker-compose up -d rails
run Rails console if needed:
docker-compose run runner
- In order to skip Alfred login and login with the first seed user
put
SKIP_ALFRED=true
in your .env file