Installation and Build Guide
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 Tharsis API
- Node
Build from source​
Prior to proceeding, ensure the Tharsis API is up and running.
Git clone the project to the local machine
git clone https://gitlab.com/infor-cloud/martian-cloud/tharsis/tharsis-ui.git
Build and start the server with npm
cd tharsis-ui
npm install
npm start
- Point web browser to http://localhost:3000/ if not done automatically.
Environment variables​
Expand for a complete list and explanation
Name | Generic Value | Description |
---|---|---|
REACT_APP_THARSIS_API_ENDPOINT | http://localhost:8000 | URL for the Tharsis API. |