Trying to run demo in Windows

Hi. I’m trying to run the demo version on my Windows machine according the guide here:

So far I’m able to get it to run in my browser but the interface is missing pieces and I’m not sure how to fix this.

Windows 7 using cygwyn64. Tried first on jdk 1.8.0_151 then updated to 13.0.1 and still no luck.

To set it up from source there is now 1 line missing in this guide - have updated the windows guide:

cd web/src/main/resources/ && ZFILE=/tmp/gh.jar && wget -O $ZFILE "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.graphhopper&a=graphhopper-web&v=LATEST" && unzip $ZFILE assets/js/main.js && rm $ZFILE && cd ../../../..

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.