Skip to main content

UI

The UI does not yet have any binaries. However, it is possible to run it locally with the following instructions.

Build and run locally (Docker)​

tip

Even easier, use the provided Docker images. Learn more.

Requirements​

Build from source​

Prior to proceeding, ensure the Phobos API is up and running.

Git clone the project to the local machine
git clone https://gitlab.com/infor-cloud/martian-cloud/phobos/phobos-ui.git
Build and start the server with npm
cd phobos-ui
npm install
npm start

Environment variables​

Expand for a complete list and explanation
NameGeneric ValueDescription
REACT_APP_PHOBOS_API_ENDPOINThttp://localhost:9000URL for the Phobos API.