From 464bbdbdd69072ea1d4a0e35892ed963aa32e947 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 21 Aug 2017 20:37:22 +0200 Subject: [PATCH 1/2] more installation process more explicit subtask of #2291 --- DOCKER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCKER.md b/DOCKER.md index 552cc96a85..f3f5e2cb10 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -16,9 +16,11 @@ Docker itself. Otherwise you need to [install Docker Compose manually](https://d If you are eager to get started here is an overview over the necessary steps. Read on below to get the details. +* clone openstreetmap-carto repository * Download OpenStreetMap data in osm.pbf format to a file `data.osm.pbf` and place it within the openstreetmap-carto directory. * `docker-compose up import` to import the data (only necessary the first time or when you change the data file) * `docker-compose up kosmtik` to run the style preview application +* browse to [http://localhost:6789](http://localhost:6789) to view the output of Kosmtik * Ctrl+C to stop the style preview application * `docker-compose stop db` to stop the database container From e6b01fdf83f5f96687cff4669a8dc0faaeb15981 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 21 Aug 2017 21:01:38 +0200 Subject: [PATCH 2/2] make style consistent --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER.md b/DOCKER.md index f3f5e2cb10..c7daa924df 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -17,7 +17,7 @@ If you are eager to get started here is an overview over the necessary steps. Read on below to get the details. * clone openstreetmap-carto repository -* Download OpenStreetMap data in osm.pbf format to a file `data.osm.pbf` and place it within the openstreetmap-carto directory. +* download OpenStreetMap data in osm.pbf format to a file `data.osm.pbf` and place it within the openstreetmap-carto directory * `docker-compose up import` to import the data (only necessary the first time or when you change the data file) * `docker-compose up kosmtik` to run the style preview application * browse to [http://localhost:6789](http://localhost:6789) to view the output of Kosmtik