* Improve documentation about BRouter usage and the provided scripts
(misc/scripts).
* Document how to use BRouter with third-party apps on Android (Locus /
OSMAnd).
* Improved process_planet_pbf.sh map creation script to make use of
osmupdate if available and avoid downloading the planet file if not
needed.
Running server.sh after cloning and building did not work without
also customizing paths and/or moving files around.
By referring to already existing default locations the out-of-the-box
experience should be a bit smoother.
In order to not affect existing installations and to retain support for
running released versions from http://brouter.de/brouter/revisions.html,
the old default paths are still checked.
By setting BINDADDRESS and delegating to server.sh we can avoid
duplicating most of the code.
This also makes 0d5e1c1 available for local.sh, i.e. being able to
launch local.sh from arbitrary directories too.