Skip to content

Commit

Permalink
Merge pull request #2767 from matkoniecz/more-explicit
Browse files Browse the repository at this point in the history
Make installation process more explicit
  • Loading branch information
kocio-pl authored Aug 23, 2017
2 parents f707511 + e6b01fd commit c4270e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* Download OpenStreetMap data in osm.pbf format to a file `data.osm.pbf` and place it within the openstreetmap-carto directory.
* 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

Expand Down

0 comments on commit c4270e5

Please sign in to comment.