RePlan Optimizer v2
The optimizer has the purpose of generating a release plan. It has been developed as a stateless web service that given all the required information generates a release plan that preserving the stated constraints optimizes the use of the company resources to develop the next release.
The following steps describe the installation procedure for the Replan optimizer v2
git clone https://github.com/supersede-project/replan_optimizer_v2
./gradlew build
cp <generated WAR> <CATALINA_HOME>/webapps/
cd <CATALINA_HOME>/bin/
./start_up.sh
Contact: David Ameller dameller@essi.upc.edu