-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation update for release 0.4.0 (#128)
* Update project name and copyright year in docs config * Update the main readme: - Current release series is 0.4.x - Include instructions for starting the orchestrator as part of running TRAC * Add a run config for the orchestrator
- Loading branch information
Martin Traverse
authored
Mar 18, 2022
1 parent
d352f94
commit b6c59d1
Showing
4 changed files
with
30 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="TRAC: Orchestrator" type="Application" factoryName="Application"> | ||
<option name="MAIN_CLASS_NAME" value="org.finos.tracdap.svc.orch.TracOrchestratorService" /> | ||
<module name="tracdap.tracdap-svc-orch.main" /> | ||
<option name="PROGRAM_PARAMETERS" value="--config etc/trac-devlocal.yaml" /> | ||
<option name="VM_PARAMETERS" value="--add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
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