Skip to content

Commit f3cd896

Browse files
author
Peter
committed
use new 0.7-SNAPSHOTS for master docs
1 parent 97948a3 commit f3cd896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 GraphHopper Server as [zip](https://oss.sonatype.org/content/groups/public/com/graphhopper/graphhopper-web/0.6-SNAPSHOT/) (~9MB)
6+
1. Install the latest JRE and get GraphHopper Server as [zip](https://oss.sonatype.org/content/groups/public/com/graphhopper/graphhopper-web/0.7-SNAPSHOT/) (~9MB)
77
2. Unzip it and copy an OSM file into the created directory. For example [berlin-latest.osm.pbf](http://download.geofabrik.de/europe/germany/berlin.html)
88
3. Start GraphHopper Maps via: `java -jar *.jar jetty.resourcebase=webapp config=config-example.properties osmreader.osm=berlin-latest.osm.pbf`
99
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.

0 commit comments

Comments
 (0)