forked from winery/winery
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
761 changed files
with
2,921 additions
and
39,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-73.2 KB
docs/dev/config/IntelliJ IDEA/graphics/config-nonnull-annotation.png
Binary file not shown.
Binary file removed
BIN
-71.9 KB
docs/dev/config/IntelliJ IDEA/graphics/config-nullable-annotation.png
Binary file not shown.
Binary file modified
BIN
+1.22 KB
(100%)
docs/dev/config/IntelliJ IDEA/graphics/run-repositoryui-step2-configure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-16 Bytes
(100%)
docs/dev/config/IntelliJ IDEA/graphics/run-topologymodeler-step2-configure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
dist/ | ||
/node/ | ||
node_modules/ | ||
target/ | ||
/app/tosca-management/src/assets/built-codeEdit15_1/ | ||
|
||
*.iml | ||
/app/tosca-management/src/assets/licenses/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Winery Frontends | ||
|
||
This project bundles all frontend components in one monorepo. | ||
Currently, there are three components available: (i) the TOSCA Management, (ii) the Topologymodeler, (iii) the Workflowmodeler. | ||
|
||
## TOSCA Management | ||
|
||
The management UI to manage TOSCA Definitions and file artifacts. | ||
It is the default UI which is started when `ng serve` or `ng serve tosca-management` is called. | ||
|
||
However, to start the TOSCA Management UI, you can run `npm run start-tosca-management`. | ||
The UI is then available at <localhost:4200>. | ||
|
||
## Topologymodeler | ||
|
||
The Topologymodeler is a graph-based modeling tool to graphically model TOSCA Topologies. | ||
It can be run by executing the commands `npm run start-topologymodeler` or `ng serve topologymodeler`. | ||
|
||
## Workflowmodeler | ||
|
||
Similar to the Topologymodeler, the Workflowmodeler is a tool to graphically model BPMN4TOSCA workflows. | ||
It can be run by executing the commands `npm run start-workflowmodeler` or `ng serve workflowmodeler`. |
Oops, something went wrong.