Skip to content

Commit

Permalink
more installation process more explicit
Browse files Browse the repository at this point in the history
subtask of #2291
  • Loading branch information
matkoniecz committed Aug 21, 2017
1 parent fdf5019 commit 464bbdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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.

* 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 464bbdb

Please sign in to comment.