From a3ac746ac00dc308fd3822969557a101ce4eeeb4 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 23 Jan 2016 20:33:08 +0100 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29bc41a..45ec875 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ 1. Start Rails server: `bundle exec rails s` 1. Visit [http://localhost:3000](http://localhost:3000) -TODOs: https://github.com/ahx/stadtratmonitor/issues +### Using docker + +1. Install docker and docker-compose: https://docs.docker.com/compose/install/ +1. Start the app: `docker-compose up` +1. TODO db:migrate, import data, setup index +1. Get the address of the docker host: `docker-machine ip default` +1. Point your browser to: 'http://:3000' ## Adding a data source (web scraper) Example scraper: https://morph.io/ahx/city_council_leipzig_recent_papers