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
- Clone the SUPERSEDE Replan Git repository.
git clone https://github.com/supersede-project/replan_optimizer
- Build the project.
./gradlew build
- Copy the dashboard war file to the Tomcat directory.
cp <generated WAR> <CATALINA_HOME>/webapps/
- Run Tomcat.
cd <CATALINA_HOME>/bin/
./start_up.sh
Contact: David Ameller [email protected]