Usage documentation - sonata-nfv/tng-rep GitHub Wiki
This page has the usage documentation for the Service Platform Repository module.
The tng-rep REST API endpoints are coded in these files. The following pages give the details of the implemented REST API.
The base URL
used throughout this documentation (<base URL>
from here on) is in the form of http://<service platform url>/records
.
Installing the Records is really easy. You'll need:
- the ruby programming language: we prefer doing this by using a version manager tool such as rvm or rbenv (we are using version 2.2.3);
- in the root folder, just run:
bundle install
- please follow instructions on which environment variables to set
rake start
Installation can also be done using son-install.