Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DarpanLalani authored Sep 29, 2021
1 parent 1f196f9 commit 7315cb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cumulocity Widget - Process Widget [<img width="35" src="https://user-images.githubusercontent.com/67993842/97668428-f360cc80-1aa7-11eb-8801-da578bda4334.png"/>](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.1.0/processing-runtime-widget-1.0.0.zip)
# Cumulocity Widget - Process Widget [<img width="35" src="https://user-images.githubusercontent.com/67993842/97668428-f360cc80-1aa7-11eb-8801-da578bda4334.png"/>](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.2.0/processing-runtime-widget-1.2.0.zip)

## Overview

Expand Down Expand Up @@ -27,23 +27,23 @@ To deliver the expected functionality one need to set/select the following confi

## Supported Cumulocity Environments:

* **App Builder:** Tested with Cumulocity App Builder version 1.2.1.
* **App Builder:** Tested with Cumulocity App Builder version 1.2.7.

* **Cockpit Application:** Tested with Cockpit 1006.3.0 with [Patch Fix](https://www.npmjs.com/package/cumulocity-runtime-widget-loader).

## Installation

### Runtime Widget Deployment?

* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.1.0/processing-runtime-widget-1.0.0.zip) and follow runtime deployment instruction from [here](https://github.com/SoftwareAG/cumulocity-runtime-widget-loader).
* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.2.0/processing-runtime-widget-1.2.0.zip) and follow runtime deployment instruction from [here](https://github.com/SoftwareAG/cumulocity-runtime-widget-loader).

### Installation of widget through Appbuilder or Cockipt Deployment?

**Prerequisites:**

* Git

* NodeJS (release builds are currently built with `v10.19.0`)
* NodeJS (release builds are currently built with `v16.9.1`)

* NPM (Included with NodeJS)

Expand Down Expand Up @@ -79,12 +79,12 @@ To deliver the expected functionality one need to set/select the following confi
Installation command: ```npm i @angular/material@8.2.3 ```


2. Grab the Process Widget **[Latest Release Binary](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.1.0/gp-processing-1.1.0.tgz)**
2. Grab the Process Widget **[Latest Release Binary](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.2.0/gp-processing-1.2.0.tgz)**

3. Install the Binary file in app builder.

```
npm i <binary file path>/gp-processing-1.0.0.tgz
npm i <binary file path>/gp-processing-1.2.0.tgz
```

4. Open index.less located at /cumulocity-app-builder/ui-assets/
Expand Down Expand Up @@ -140,12 +140,12 @@ npm run deploy
Installation command: ```npm i @angular/material@8.2.3 ```


2. Grab the Event Chart **[Latest Release Binary](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.1.0/gp-processing-1.1.0.tgz)**
2. Grab the Event Chart **[Latest Release Binary](https://github.com/SoftwareAG/cumulocity-processing-widget/releases/download/1.2.0/gp-processing-1.2.0.tgz)**

3. Install the Binary file in app builder.

```
npm i <binary file path>/gp-processing-1.0.0.tgz
npm i <binary file path>/gp-processing-1.2.0.tgz
```

**Note:** If you don't find branding folder then please follow [Cumulocity Branding](https://cumulocity.com/guides/web/angular/#branding)
Expand Down

0 comments on commit 7315cb9

Please sign in to comment.