Skip to main content

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​

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

Environment variables​

Expand for a complete list and explanation
NameGeneric ValueDescription
REACT_APP_THARSIS_API_ENDPOINThttp://localhost:8000URL for the Tharsis API.