mobilizon/support/guides/install/docker.md
Thomas Citharel bba6629046
Better docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Nicer docs

No 3rd stage

Add mix.deps get before docs

Add :ex_doc on test env so that it runs into CI
2019-03-18 12:10:29 +01:00

466 B

Docker

You can quickly get a server running using Docker. You'll need both Docker and Docker-Compose.

Start by cloning the repo

git clone https://framagit.org/framasoft/mobilizon && cd mobilizon

Then, just run make to build containers.

make

This will start a database container, an API container and the front-end container running on localhost.