Skip to content

LIBTD-1423 - Temporarily enable static files from /public folder in production

Janice J Kim requested to merge LIBTD-1423 into dev

This change was made so that the following commands to import SEAMUS data will render viewable profile pics in production:

sudo -u railsapps -i 
cd ~hydra/compel 
export RAILS_ENV=production 
bundle exec rails seamus:import_authors["input.xml"] 

Please note that after running this, a user should still be able to update his/her profile avatar from the application's dashboard. Also, there are no related changes to InstallScripts.

Merge request reports