-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error handling & allow manual OCEL picking
- Loading branch information
Showing
8 changed files
with
295 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
## Docker | ||
|
||
|
||
Note: Currently the API web server infrastructure used in the docker version only supports hardcoded included OCEL2 files. | ||
Make sure to include at least some of the following OCEL2 files in `./backend/data/`: `order-management.json`, `ocel2-p2p.json`, `ContainerLogistics.json`(available at https://www.ocel-standard.org/event-logs/overview/). | ||
|
||
### Docker Compose | ||
Run `docker compose up --build` in the project root. | ||
|
||
|
||
### Docker Files | ||
|
||
- __backend__: | ||
1. First build using `sudo docker build ./backend -t ocedeclare-backend` | ||
2. Then run with `docker run --init -p 3000:3000 ocedeclare-backend` | ||
- __frontend__: | ||
1. First build using `sudo docker build ./frontend -t ocedeclare-frontend` | ||
2. Then run with `sudo docker run --init -p 4567:4567 ocedeclare-backend` | ||
|
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
Oops, something went wrong.