Skip to content

Commit

Permalink
Make Docker information more notable in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Jul 6, 2017
1 parent 0493e2e commit 9c82162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Installation

This document describes how to manually configure your system for running openstreetmap-carto. If you prefer quick, platform independent setup for a development environment, without the need to install and configure tools by hand, follow a Docker installation guide in [DOCKER.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/DOCKER.md).

## OpenStreetMap data
You need OpenStreetMap data loaded into a PostGIS database (see below for [dependencies](#dependencies)). These stylesheets expect a database generated with osm2pgsql using the pgsql backend (table names of `planet_osm_point`, etc), the default database name (`gis`), and the [lua transforms](https://github.com/openstreetmap/osm2pgsql/blob/master/docs/lua.md) documented in the instructions below.

Expand Down Expand Up @@ -104,8 +106,6 @@ For deployment, CartoCSS and Mapnik are required.

Remember to run CartoCSS with proper API version to avoid errors (at least 3.0.0: `carto -a "3.0.0"`).

We offer Docker containers for quick setup of your development environment. See [DOCKER.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/DOCKER.md) for details.

---

For both development and deployment, a database and some utilities are required
Expand Down

0 comments on commit 9c82162

Please sign in to comment.