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

Latest commit

 

History

History

tob-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TheOrgBook Web

Overview

The Web implements the user interface for TheOrgBook, calling the API to manage data. The interface is served from an instance of NGINX.

Development

To deploy TheOrgBook on an instance of OpenShift, see the instructions in the file RunningLocal.md.

To run the Web UI only in the development mode, run the following command in the tob-web directory.

When running for the first time, install the required node.js packages:

npm install

and

npm start