Skip to content

Development

Adrian Wilke edited this page Jul 28, 2020 · 3 revisions

Node installation

See: https://github.com/nodesource/distributions

Setup

The OPAL web-ui requires a running OPAL webservice, which provides the data to display. You have to configure the webservice first. If you are not running the webservice on your machine (localhost), specify the location by editing the file webservice/axios-dataSets.js and replace the baseURL of the webservice.

Afterwards you can use Node.js and npm commands to install packages, build and start the web-ui component. The required commands can be found in the Dockerfile. Available scripts are listed inside package.json. For instance, use these commands to run the web-ui:

npm install
npm run build
npm run dev

UI dev links

Clone this wiki locally