Allow to run server.sh from source directory
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.
This commit is contained in:
parent
5ed67a6507
commit
3118dd4e76
2 changed files with 25 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
|||
misc/segments4
|
||||
misc/customprofiles
|
||||
target/
|
||||
*.BAK
|
||||
.classpath
|
||||
.project
|
||||
*.class
|
||||
.idea/
|
||||
*.iml
|
||||
*.iml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue