-
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.
Merge remote-tracking branch 'origin/release/1.0.0.0' into main
- Loading branch information
Showing
48 changed files
with
1,708 additions
and
1,217 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
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 |
---|---|---|
@@ -1,38 +1,9 @@ | ||
# HiGHmed DSF Example Processes | ||
# DSF Process Hello-World | ||
|
||
 | ||
|
||
In this repository you will find example processes, that can be deployed on the [HiGHmed DSF](https://github.com/highmed/highmed-dsf). | ||
In this repository you will find the hello-world process, which can be deployed on the [DSF](https://github.com/datasharingframework/dsf). | ||
|
||
## Development | ||
Branching follows the git-flow model, for the latest development version see branch [develop](https://github.com/highmed/example-processes/tree/develop). | ||
Branching follows the git-flow model, for the latest development version see branch [develop](https://github.com/datasharingframework/dsf-process-hello-world/tree/develop). | ||
|
||
## License | ||
All code of the HiGHmed DSF Example Processes is published under the [Apache-2.0 License](LICENSE). | ||
|
||
## Wiki | ||
A full documentation can be found in the [HiGHmed DSF Wiki](https://github.com/highmed/highmed-dsf/wiki). | ||
|
||
## Building the Project | ||
Prerequisite: Java 11, Maven >= 3.6 | ||
|
||
* Add the Github Package Registry server to your Maven `.m2/settings.xml`. Instructions on how to generate the `USERNAME` and `TOKEN` can be found in the HiGHmed DSF Wiki page with the name [Using the Github Maven Package Registry](https://github.com/highmed/highmed-dsf/wiki/Using-the-Github-Maven-Package-Registry). | ||
|
||
``` | ||
<servers> | ||
<server> | ||
<id>github</id> | ||
<username>USERNAME</username> | ||
<password>TOKEN</password> | ||
</server> | ||
</servers> | ||
``` | ||
* Build the project from the root directory of this repository by executing the following command. If you want to copy the artifacts into the test folders of the **highmed-dsf** repository, make sure that the **example-processes** repository resides in the same folder as the **higmmed-dsf** repository and activate the profile `copy-to-highmed-dsf-process` in the build command. | ||
``` | ||
mvn clean install (-P copy-to-highmed-dsf-process) | ||
``` | ||
## Implementing new Processes | ||
Instructions on how to implement a new process can be found in the HiGHmed DSF Wiki page with the name [Adding a new BPMN Process](https://github.com/highmed/highmed-dsf/wiki/Adding-BPMN-Processes). | ||
All code is published under the [Apache-2.0 License](LICENSE). |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.