Skip to content

Commit f7ddd37

Browse files
authored
Update quickstart.md
1 parent fb3f4f1 commit f7ddd37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/web/quickstart.md

Lines changed: 2 additions & 2 deletions
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.7-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.8-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.
@@ -16,4 +16,4 @@ To see how GraphHopper is configured for production usage, see the separate site
1616
* Regarding step 2:
1717
* The folder where you execute the java command should contain the following files: berlin-latest.osm.pbf, config-example.properties and `graphhopper-web-[version].jar`
1818
* The first time you execute this it'll take ~30 seconds (for Berlin), further starts will only load the graph and should be nearly instantaneous. You should see log statements but no exceptions and the last entry should be something like: Started server at HTTP 8989
19-
* Join the [mailing list](http://graphhopper.com/#developers) and do not hesitate to ask questions!
19+
* Join the [mailing list](http://graphhopper.com/#developers) and do not hesitate to ask questions!

0 commit comments

Comments
 (0)