anvc / scalar

Born-digital, open source, media-rich scholarly publishing that’s as easy as blogging.
Other
231 stars 73 forks source link

Local settings override #129

Closed jadestorm closed 4 years ago

jadestorm commented 4 years ago

Hi folk! In our environment, we update/install Scalar via git pulls in an automated way. Scalar's upgrade process seems to be built more around doing updates by hand. I've added a fairly simple tweak to local_settings.php that calls, if it exists, a local_settings_custom.php file in the same directory that we can edit to avoid git update conflicts. It doesn't hurt anything if it's not there. =)