RePlan Controller
This the Replan controller component, this component provides several REST interfaces for the other components (and external WPs) to interact with the Replan tool.
The following steps describe the installation procedure for the Replan controller
gem install rails -v 5.1.4git clone https://github.com/supersede-project/replan_controllerbundle installrake db:migraterake db:seedrails server -d -b <IP> -p <port>Note: Step 5, populates the DB with sample data for testing purposes.