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.4
git clone https://github.com/supersede-project/replan_controller
bundle install
rake db:migrate
rake db:seed
rails server -d -b <IP> -p <port>
Note: Step 5, populates the DB with sample data for testing purposes.