This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:
👉 "Containerization with Docker" workshop
- Verify if Ruby is installed
ruby -v- Verify if Rails is installed
rails -v- Clone the project to your machine:
git clone https://github.com/microverseinc/docker-workshop-ror- Install dependencies
bundle install- Create a database and migrate schemas
rake db:create
rake db:migrate- Run the application
rails sIf you need any help, send a message to the Slack channel #modern-ci-cd-with-docker-demo-workshop!