tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

[#299] Fix missing local.yml #300

Closed ponchofiesta closed 5 years ago

pbroman commented 5 years ago

I'm not quite happy about this. The basic idea ist, that you have your local additions / changes to the default.yml checked in in local.yml. The installation manual now suggests something else: that you create a new local.yml from the default.yml and only keep it on your server. I would find that confusing.

pbroman commented 5 years ago

Of course, I wasn't thinking far enough. If you install manually from released jars, you don't have a checked in local.yml. Still, this installation manual is to be used also if you build from source. So I suggest you add a line, something like this: "If you build the code from source, you would want to keep your local settings in the local.yml file stored in kitodo-mediaserver-local/src/main/resources/config/. If you're installing from the released jar and war files, you may create a local.yml file using the default.ymlin the following manner:"

ponchofiesta commented 5 years ago

OK, added it.