Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Files

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 21, 2016
Feb 3, 2017
Aug 1, 2016
Sep 28, 2016
Sep 29, 2016
Sep 28, 2016
Feb 3, 2017
Sep 28, 2016
Nov 4, 2016
Nov 7, 2016
Sep 28, 2016

TeNOR User interface

This is the TeNOR user interface. Can be used for the management of the orchestrator, create descriptors, deploy services and monitor metrics.

##Requirements

  • Ruby
  • Bundler
  • Bower

##Installation steps

  1. Install Ruby webserver and modules First of all make sure that Ruby is installed in your system.

Then execute bundle install in order to install the ruby dependencies.

  1. Configure the IPs Copy the sample config file: Run cp app/config.js.sample app/config.js And edit the config.js with the correct IPs.

The UI uses the TeNOR Authentication. By default the UI has preconfigured the default user and password.

  1. Execute the UI Run rake start and the server will listen on port 9000 by default.

  2. Login to your system

Visit the page http://127.0.0.1:9000 in your browser.

Default user: admin Default password: adminpass

##Development

A bower.json is provided, so you can include more javascript dependencies with Bower:

Run bower install.