Skip to content

Backport improvements from ETDplus development

Paul Mather requested to merge backport-improvements into master

Created by: pmather

These changes are in tandem with the changes to the InstallScripts repository that incorporate improvements from development on the ETDplus project.

Because we are no longer doing a "rails new" during install, we must ensure we have certain necessary directories. The existing .gitignore means we do not have a log directory when cloning the application code. This causes rake tasks to fail because they can't log within their RAILS_ENV environment.

Merge request reports