Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Verification for Decision Model and Notation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Blatt
Verification for Decision Model and Notation
Commits
61938a75
Commit
61938a75
authored
1 year ago
by
Jonas Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
61c1663f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+7
-1
7 additions, 1 deletion
README.md
dmnverifierapi/README.md
+6
-2
6 additions, 2 deletions
dmnverifierapi/README.md
dmnverifierfrontend/README.md
+7
-1
7 additions, 1 deletion
dmnverifierfrontend/README.md
docker-compose.yml
+3
-1
3 additions, 1 deletion
docker-compose.yml
with
23 additions
and
5 deletions
README.md
+
7
−
1
View file @
61938a75
...
@@ -9,4 +9,10 @@ This project contains all source files of the implementation, created for the ma
...
@@ -9,4 +9,10 @@ This project contains all source files of the implementation, created for the ma
-
[
DMN Generator
](
dmngenerator
)
-
[
DMN Generator
](
dmngenerator
)
-
[
Performance Test
](
dmnperformancetest
)
-
[
Performance Test
](
dmnperformancetest
)
[

](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-dmn-verifier/commits/master)
## Run the API & Frontend as Docker
```
docker compose up -d
```
Visit
[
localhost:8081
](
http://localhost:8081
)
for the
`Frontend`
and
[
localhost:8080
](
http://localhost:8080
)
for the backend.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dmnverifierapi/README.md
+
6
−
2
View file @
61938a75
...
@@ -10,8 +10,6 @@ This project contains all source files of the implementation, created for the ma
...
@@ -10,8 +10,6 @@ This project contains all source files of the implementation, created for the ma
-
[
Running Backend Instance
](
http://dmn.fg-bks.uni-koblenz.de:8080
)
-
[
Running Backend Instance
](
http://dmn.fg-bks.uni-koblenz.de:8080
)
-
[
Api Documentation
](
docApi.md
)
-
[
Api Documentation
](
docApi.md
)
[

](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-dmn-verifier/commits/develop)
### Important dependencies
### Important dependencies
-
[
Quarkus
](
https://quarkus.io/
)
-
[
Quarkus
](
https://quarkus.io/
)
-
[
Camunda DMN
](
https://github.com/camunda/camunda-dmn-model/
)
-
[
Camunda DMN
](
https://github.com/camunda/camunda-dmn-model/
)
...
@@ -51,3 +49,9 @@ The application is now runnable using `java -jar target/quarkus-app/quarkus-run.
...
@@ -51,3 +49,9 @@ The application is now runnable using `java -jar target/quarkus-app/quarkus-run.
If you want to build an _über-jar_, execute the following command:
If you want to build an _über-jar_, execute the following command:
```
shell script
```
shell script
./mvnw package -Dquarkus.package.type=uber-jar
./mvnw package -Dquarkus.package.type=uber-jar
```
Build a docker image:
```
shell
docker build
-f
src/main/docker/Dockerfile.jvm
-t
dmnverifier/api
.
```
This diff is collapsed.
Click to expand it.
dmnverifierfrontend/README.md
+
7
−
1
View file @
61938a75
...
@@ -46,4 +46,10 @@ The application is now runnable using `java -jar target/quarkus-app/quarkus-run.
...
@@ -46,4 +46,10 @@ The application is now runnable using `java -jar target/quarkus-app/quarkus-run.
If you want to build an _über-jar_, execute the following command:
If you want to build an _über-jar_, execute the following command:
```
shell script
```
shell script
./mvnw package -Dquarkus.package.type=uber-jar
./mvnw package -Dquarkus.package.type=uber-jar
\ No newline at end of file
```
Build a docker image:
```
shell
docker build
-f
src/main/docker/Dockerfile.jvm
-t
dmnverifier/frontend
.
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
−
1
View file @
61938a75
services
:
services
:
api
:
api
:
image
:
gitlab.uni-koblenz.de:4567/jonasblatt/ma-jonasblatt-dmn-verifier/dmnverifier/api
image
:
gitlab.uni-koblenz.de:4567/jonasblatt/ma-jonasblatt-dmn-verifier/dmnverifier/api
environment
:
QUARKUS_HTTP_CORS_ORIGINS
:
"
http://localhost:8081"
ports
:
ports
:
-
8080:8080
-
8080:8080
frontend
:
frontend
:
image
:
gitlab.uni-koblenz.de:4567/jonasblatt/ma-jonasblatt-dmn-verifier/dmnverifier/frontend
image
:
gitlab.uni-koblenz.de:4567/jonasblatt/ma-jonasblatt-dmn-verifier/dmnverifier/frontend
environment
:
environment
:
DMN_VERIFICATION_API_URL
:
"
http://
api
:8080/"
DMN_VERIFICATION_API_URL
:
"
http://
localhost
:8080/"
ports
:
ports
:
-
8081:8080
-
8081:8080
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment