Skip to content

ChmaraX/frinx-uniconfig-ui

 
 

Repository files navigation

Frinx UniConfig tool

Installation

Requirements

In the project directory, run:

docker build --build-arg "ODL=<ip>:8181" --build-arg "WF_SERVER=<ip>:8080" --build-arg "REACT_APP_LOGIN_ENABLED=true" -t uniconfig-ui .

Creates docker container with installation of UniConfig-UI.

Startup

In the project directory, run:

docker run -d -p 3000:3000 uniconfig-ui

Starts the UniConfig-UI container using ODL/WF_SERVER host defined at installation.

Open web browser with URL http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CSS 6.1%
  • Other 0.6%