Currently there is no easy way to run arouteserver html with the docker image.
It took me some time looking at documentation and run.sh on how to make it work. I would expect that many people would like to generate the textual representation HTML file so there could be an easy way to do it.
One way would be to just simply hard-code a path and if that path exists then run the arouteserver html as an extra step in run.sh.
I add an untested PR for a possible PoC for this. Let's discuss if people feel that this feature should exist.
Currently there is no easy way to run
arouteserver html
with the docker image.It took me some time looking at documentation and
run.sh
on how to make it work. I would expect that many people would like to generate the textual representation HTML file so there could be an easy way to do it.One way would be to just simply hard-code a path and if that path exists then run the
arouteserver html
as an extra step inrun.sh
.I add an untested PR for a possible PoC for this. Let's discuss if people feel that this feature should exist.