Skip to content

codegram/decidim-monitor

Repository files navigation

DecidimMonitor

CircleCI

How to run a server

Install docker and run:

$ docker run decidim/decidim-monitor

This will run decidim-monitor on http://localhost:4000.

Development

Install docker and docker-compose and simply run:

$ docker-compose up

This will download and compile all the dependencies and start a development server in http://localhost:4000.