The Measure Platform is a web application which allows to collect, compute, store, and visualize measurements by execution of software measures (they may be defined in SMM - Structured Metrics Metamodel)
10
stars
4
forks
source link
[enhancement] Provide an easy-to-deploy solution #37
The project would benefit from an easy-to-deploy solution.
For example, it is very harsh to manage the dependencies in our environment : we are dependent of software upgrades made by the support team, mainly for security reasons, and we do not have the authorization to install softwares on our production computers (linux env, no SU rights). For every specific need, we have to enter in a process with the support team, which can be very long.
Offering a solution like a VM image or a docker container could :
limit the risks of having a customer using a non-optimal environment ;
highly reduce the deployment "complexity" / time ;
It could also be used as a reference environment, which would limit environment-related feedbacks from the customers (the ones due to a wrong version of a dependency) ;
Using a cross-platorm solution, this could lead to a unique environment to maintain, instead of managing the specificity of different execution environments.
The project would benefit from an easy-to-deploy solution.
For example, it is very harsh to manage the dependencies in our environment : we are dependent of software upgrades made by the support team, mainly for security reasons, and we do not have the authorization to install softwares on our production computers (linux env, no SU rights). For every specific need, we have to enter in a process with the support team, which can be very long.
Offering a solution like a VM image or a docker container could :