DICE-UNC / metalnx-web

Metalnx Web Application
https://metalnx.github.io/
Other
1 stars 0 forks source link

Add configurable based resource pipeline #13

Closed michael-conway closed 6 years ago

michael-conway commented 6 years ago

Add a REST api for resource pipeline assets (probably as a stand alone REST API) and add option to pick up resources from pipeline for theming, banners, etc.

This should be something that is off by default, but turned on in metalnx.properties with some sort of standard configuration.

michael-conway commented 6 years ago

reframe to indicate configurable resource pipeline, with iRODS being a method of getting resource data

michael-conway commented 6 years ago

see https://spring.io/blog/2014/07/24/spring-framework-4-1-handling-static-web-resources

michael-conway commented 6 years ago

plan will be to include static resources under /opt/irods-ext and add a configurable springmvc resource location in the metalnx.properties. This can default to the normal 'static' view or default to a custom location (e.g. file://). We will defer trying to store them in iRODS for now.

michael-conway commented 6 years ago

merged into master, see CONFIGURATION.md for details