Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.06 KB

README

This the Replan controller component, this component provides several REST interfaces for the other components (and external WPs) to interact with the Replan tool.

Installation

The following steps describe the installation procedure for the Replan controller

Installation instructions

  1. Install Ruby on Rails (in some cases, you will also need to install Ruby).
  • gem install rails -v 5.0.0
  1. Clone the SUPERSEDE Replan Git repository.
  • git clone https://github.com/supersede-project/replan
  1. Install the component.
  • cd replan_controller
  • bundle install
  1. Create the database.
  • rake db:migrate
  1. Populate the database.
  • rake db:seed
  1. Start the controller.
  • rails server -d -b <IP> -p <port>

Note: Step 5, populates the DB with sample data for testing purposes.

API reference documents

API to be consumed by the dashboard (UI)

API to be consumed by decision making (WP3)