Skip to content

Docker and Docker Compose Setup

Michael Hulet edited this page Nov 22, 2019 · 4 revisions

This setup doesn't work. We are looking for Docker-friendly rebels to have a look at this with us: https://github.com/extinctionrebellion/RebelsManager/issues/120

The easiest way to run the Rebels Manager locally is to run the Docker containers.

To set up the Rebels Manager locally with Docker, you need the following dependencies installed:

Deploy the Rebels Manager via docker-compose (in the directory to which you cloned the repository). This will take quite some time when run for the first time. Subsequent executions will be fast.

docker-compose run web bash
bash-5.0# bundle
bash-5.0# rails db:create db:migrate db:seed
bash-5.0# exit
docker-compose up

Open the trusted endpoint http://localhost:3000

Clone this wiki locally