Nikhil VJ
Nikhil VJ
I should have a commit up by next week.
Hi @laidig , thanks for this! I was making changes myself for the next release. From the pull request #102 I understand there's only a line to delete from `.dockerignore`...
In the files and folders structure, I've renamed the GTFS folder to 'db; now. But all the other folders on the repo are also needed for the program. You had...
@laidig do I have to edit docker-compose.yml to specify which folders will have to be persistent?
Thanks @laidig for the clarification. I want to be able to build and deploy this project in docker from source, instead of pulling an image from docker website/repo. I followed...
Update: I wasn't able to figure out anything solid from the docs or the similar questions posted on stackoverflow, but through trial and error I have managed to ***achieve persistence...
Update : I got rid of `docker-compose.yml` and tried the build and run commands again: ``` docker build -t static-gtfs-manager . docker run -it -p 5000:5000 -v noyml:/app/db static-gtfs-manager ```...
Edit: Update for continuity for readers: Docker business sorted out! See [Running with Docker on any OS](https://github.com/WRI-Cities/static-GTFS-manager/wiki/Running-with-Docker-on-any-OS) . Fresh work was done at #129 , #130 @laidig pulling your comment...
- This should go in a separate diagnosis page. - It would be tricky to give a way to "fix" the gaps, but even without that it will be very...
@brianreavis I'm working on https://github.com/maptiler/tileserver-gl/ and it's having dependencies on this lib. I took the source code, replace with your lib and applied your 1.0.2 version number in package.json; apart...