Update readme

This commit is contained in:
Norbert Renner 2018-10-11 10:56:17 +02:00
parent dfb1ea0674
commit f0c8764df5

View file

@ -1,13 +1,11 @@
brouter-web brouter-web
=========== ===========
Web client (by [@nrenner](https://github.com/nrenner)) for the BRouter routing engine (by [@abrensch](https://github.com/abrensch)). *Work in progress*. Web client (by [@nrenner](https://github.com/nrenner) and [contributors](https://github.com/nrenner/brouter-web/graphs/contributors)) for the BRouter routing engine (by [@abrensch](https://github.com/abrensch)). *Work in progress*.
**New web client available mobile-ready to test on [brouter.damsy.net](http://brouter.damsy.net). Instances:
Feedbacks are appreciated, do not hesitate to create issues about it!** * [brouter.de/brouter-web](http://brouter.de/brouter-web/) *(provided by [@abrensch](https://github.com/abrensch))*
* [brouter.damsy.net](http://brouter.damsy.net) *(provided by [@bagage](https://github.com/bagage))*
BRouter online service (provided by [@abrensch](https://github.com/abrensch)):
http://brouter.de/brouter-web/
This repository is only about the frontend. For the server/backend, BRouter routing engine, Android app, profiles, brouter.de site, see: This repository is only about the frontend. For the server/backend, BRouter routing engine, Android app, profiles, brouter.de site, see:
https://github.com/abrensch/brouter https://github.com/abrensch/brouter
@ -25,12 +23,12 @@ As an alternative to the above online version, the standalone server of BRouter
### Install BRouter (server with routing engine) ### Install BRouter (server with routing engine)
1. download and unzip latest [BRouter revision](http://brouter.de/brouter/revisions.html) 1. download and unzip latest [BRouter revision](http://brouter.de/brouter/revisions.html)
e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_10`` with latest version): e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_11`` with latest version):
mkdir ~/opt/brouter mkdir ~/opt/brouter
cd ~/opt/brouter cd ~/opt/brouter
wget http://brouter.de/brouter_bin/brouter_1_4_10.zip wget http://brouter.de/brouter_bin/brouter_1_4_11.zip
unzip brouter_1_4_10.zip unzip brouter_1_4_11.zip
chmod +x ./standalone/server.sh chmod +x ./standalone/server.sh
2. download one or more [data file(s)](http://brouter.de/brouter/segments4/) (rd5) into ``segments4`` dir 2. download one or more [data file(s)](http://brouter.de/brouter/segments4/) (rd5) into ``segments4`` dir
@ -41,9 +39,8 @@ e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_10`
* using the latest stable release - adjust to current version number - from * using the latest stable release - adjust to current version number - from
https://github.com/nrenner/brouter-web/releases: https://github.com/nrenner/brouter-web/releases:
wget https://github.com/nrenner/brouter-web/archive/0.6.4.zip wget https://github.com/nrenner/brouter-web/releases/download/0.7.0/brouter-web-0.7.0.zip
unzip 0.6.4.zip unzip brouter-web-0.7.0.zip -d brouter-web
mv brouter-web-0.6.4 brouter-web
* OR the current development state (potentially instable and without runtime distributables): * OR the current development state (potentially instable and without runtime distributables):