Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 637 Bytes

getting-started.md

File metadata and controls

39 lines (27 loc) · 637 Bytes

Getting Started

Install Docker

Make sure you have docker and docker-compose installed.

Open docker

open -a docker

Install docker

On GNU/Linux

apt-get install docker

On MacOS

brew install docker

Run all services on local

bash scripts/start-dev.sh

Run all services on production

bash scripts/start-prod.sh

Ressources

  1. Setting up docker on linux
  2. Setting up docker on MacOS