mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Fix link address of dockerhost in README
This commit is contained in:
parent
b3e869da31
commit
b2ce70c08c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
1. Start the app: `docker-compose up`
|
1. Start the app: `docker-compose up`
|
||||||
1. TODO db:migrate, import data, setup index
|
1. TODO db:migrate, import data, setup index
|
||||||
1. Get the address of the docker host: `docker-machine ip default`
|
1. Get the address of the docker host: `docker-machine ip default`
|
||||||
1. Point your browser to: 'http://<IP of docker host>:3000'
|
1. Point your browser to: 'http://\<IP of docker host\>:3000'
|
||||||
|
|
||||||
## Adding a data source (web scraper)
|
## Adding a data source (web scraper)
|
||||||
Example scraper: https://morph.io/ahx/city_council_leipzig_recent_papers
|
Example scraper: https://morph.io/ahx/city_council_leipzig_recent_papers
|
||||||
|
|
Loading…
Reference in a new issue