You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web/quickstart.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
If you want to build GraphHopper from source look at the [Developers page](../core/quickstart-from-source.md).
4
4
The following steps are simpler and only need the JRE, a jar file and an OSM file.
5
5
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)
7
7
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)
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
16
16
* Regarding step 2:
17
17
* 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`
18
18
* 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