Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 916 Bytes

BUILDDEPLOY.md

File metadata and controls

13 lines (10 loc) · 916 Bytes

Build & Deploy

Prerequisites

Make sure that Docker, Apache Maven and Node.js are installed and running on your computer.

Backend - Microservice

Run mvn clean package in folder dynamic-mapping-service to build the Microservice which will create a ZIP archive you can upload to Cumulocity. Just deploy the ZIP to the Cumulocity Tenant like described here.

Frontend - Plugin

Run npm run build in folder dynamic-mapping to build the Front End (plugin) for the Administration which will build a plugin. Run npm run deploy in folder dynamic-mapping to deploy the Front End (plugin) to your Cumulocity tenant. The Frontend is build as Cumulocity plugin.