Added safety profile to brouter and script
This commit is contained in:
parent
1fb35a818a
commit
bd3b74d430
4 changed files with 406 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -25,6 +25,7 @@ brouter-container: ./docker/brouter/docker-compose.yml
|
|||
brouter-data:
|
||||
cd ./docker/brouter/; git clone https://github.com/abrensch/brouter.git
|
||||
cd ./docker/brouter/; wget -i segments.csv -P ./brouter/misc/segments4/
|
||||
cd ./docker/brouter/; cp safety.brf ./brouter/misc/profiles2/safety.brf
|
||||
cd ./docker/brouter/; git clone https://github.com/nrenner/brouter-web.git
|
||||
cd ./docker/brouter/brouter-web; cp keys.template.js keys.js;
|
||||
cd ./docker/brouter/brouter-web; cp config.template.js config.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue