Skip to content

microverseinc/docker-workshop-ror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb2727c Β· Jun 1, 2023

History

5 Commits
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
May 18, 2023
Jun 1, 2023
Jun 1, 2023
May 18, 2023
May 18, 2023

Repository files navigation

🧱 Sample project - Ruby on Rails

Containerization with Docker Workshop

❓ Description

This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:

πŸ‘‰ "Containerization with Docker" workshop

πŸ›« Getting Started

Prerequisites

  1. Verify if Ruby is installed
ruby -v
  1. Verify if Rails is installed
rails -v

Installing

  1. Clone the project to your machine:
git clone https://github.com/microverseinc/docker-workshop-ror
  1. Install dependencies
bundle install

Executing program

  1. Create a database and migrate schemas
rake db:create
rake db:migrate
  1. Run the application
rails s

πŸ™‹πŸ½β€β™€οΈ Help

If you need any help, send a message to the Slack channel #modern-ci-cd-with-docker-demo-workshop!