ctsit/research-subject-mapper

Make configuration data relocatable

Closed this issue · 1 comments

The configuration files have to reside in a folder 'config' at the same level as the bin folder. This makes packaging and deployment hard. If the path to folder of configuration data could be specified on the command it would allow one binary installation to serve multiple projects. E.g.

generate_subject_map_input.py -c /path/to/config/folder/for/my/project/

Feature added with commit 0a088a3