gtfs-editor
gtfs-editor copied to clipboard
Directory permissions needed for GTFS export
When doing an export it appears the default behaviour is to cache the zipped GTFS feed in public/data/
However under my setup it appears that Play doesn't have permission to write there by default. Just flagging this in case it might need to go in the installation instructions.
In my installation the data directory does not exist, after creating the directory the problem was solved.