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
- The Phobos API
- Node
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
- Point web browser to http://localhost:9001/ if not done automatically.
Environment variables
Expand for a complete list and explanation
Name | Generic Value | Description |
---|---|---|
REACT_APP_PHOBOS_API_ENDPOINT | http://localhost:9000 | URL for the Phobos API. |