Skip to content

Docker Setup

Amila Welihinda edited this page Mar 5, 2019 · 2 revisions

Setting Up Docker

Docker is a tool that allows everyone on a team to have the exact same environment. It prevents platform-specific issues and configuration issues.

Using mysql instead of sqlite gives us a significant improvement in performance.

Here is the list of steps to setup docker with this project.

1. Requirements

Make sure you have docker and docker-compose installed

2. Run Docker

docker-compose up -d
Clone this wiki locally