-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from pro3d-space/features/provex
Features/provex
- Loading branch information
Showing
27 changed files
with
224,127 additions
and
64,707 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
Large diffs are not rendered by default.
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
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,10 @@ | ||
# Provenance tracking in PRo3D | ||
|
||
PRo3D has several features for manual, semi-automatic and automatic provenace tracking which have been developed in the *PROVEX* project. | ||
The features need to be enabled by command-line-arguments as such: | ||
```--disableCors --port 4321 --remoteApi --enableProvenance``` | ||
|
||
DisableCors is required when running PRo3D UI from the PROVEX web app. For communication with the webapp the `remoteApi` needs to be enabled. | ||
To enable provenace features from within PRo3D `--enable-Provenance``is needed. | ||
|
||
More about this stream of features was presented at ASTRA2023 and in the provex specific documentation: https://github.com/pro3d-space/PRo3D/tree/features/provex/provex |
Binary file not shown.
File renamed without changes.
Oops, something went wrong.