Skip to content

Commit 760ac2b

Browse files
authored
Update quickstart.md
1 parent 2de8cfa commit 760ac2b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/web/quickstart.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
If you want to build GraphHopper from source look at the [Developers page](../core/quickstart-from-source.md).
44
The following steps are simpler and only need the JRE, a jar file and an OSM file.
55

6-
1. Install the latest JRE and get the [GraphHopper Web Service](https://github.com/graphhopper/graphhopper/blob/master/README.md#get-started)
7-
as jar file
8-
2. Copy an OSM file to the same directory. For example [berlin-latest.osm.pbf](http://download.geofabrik.de/europe/germany/berlin.html)
9-
3. Start GraphHopper Maps via:
6+
1. Install the latest JRE
7+
2. Get the [GraphHopper Web Service](https://github.com/graphhopper/graphhopper/blob/master/README.md#get-started)
8+
as jar file and download this [config-example.yml](https://raw.githubusercontent.com/graphhopper/graphhopper/master/config-example.yml)
9+
3. Copy an OSM file to the same directory. For example [berlin-latest.osm.pbf](http://download.geofabrik.de/europe/germany/berlin.html)
10+
4. Start GraphHopper Maps via:
1011
```bash
1112
java -Dgraphhopper.datareader.file=berlin-latest.osm.pbf -jar *.jar server config-example.yml
1213
```
13-
4. After you see 'Started server at HTTP 8989' go to [http://localhost:8989/](http://localhost:8989/) and you should see a map of Berlin. You should be able to click on the map and a route appears.
14+
5. After you see 'Started server at HTTP 8989' go to [http://localhost:8989/](http://localhost:8989/) and you should see a map of Berlin. You should be able to click on the map and a route appears.
1415

1516
See [here](./../core/elevation.md) how to easily enable elevation data. To see how GraphHopper is configured for production usage, see the [deployment guide](./../core/deploy.md).
1617

0 commit comments

Comments
 (0)