You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Information about the Spire-Server, the HPCS-Server and the Vault depends on the respective server installation setup choices. For more information on the configuration, please contact your HPCS-Server service provider.
47
47
48
-
The client configuration is made of 4 main sections, in INI format. In depth description of the configuration files is available [here](https://github.com/CSCfi/HPCS/docs/configuration).
48
+
The client configuration is made of 4 main sections, in INI format. In depth description of the configuration files is available [here](/docs/configuration).
49
49
50
50
Example of client configuration :
51
51
@@ -78,7 +78,7 @@ It's composed of 3 sections, covering the three main steps of the process.
78
78
- Prepare, encrypt and ship the input data under `./workdir/jp2a_input` for the user `etellier` on node `nid003044`
79
79
- Run the `jp2a` preapred image on the supercomputer `nid003044` node, specifying application args `/sd-container/encrypted/jp2a_input/image.png --width=100 --output=/sd-container/output/result` (the `jp2a_input` prepared dataset will be available under `/sd-container/encrypted/jp2a_input` at runtime). You also can specify your verifications scripts to run before and after the application here : `[-i/-o] /pfs/lustrep4/scratch/project_462000031/etellier/verification_scripts`
80
80
81
-
In depth documentation of the cli of the 3 parts are available [here](https://github.com/CSCfi/HPCS/docs/cli).
81
+
In depth documentation of the cli of the 3 parts are available [here](/docs/cli).
The server configuration is made of 2 main sections, in INI format. In depth description of the configuration files is available [here](https://github.com/CSCfi/HPCS/docs/configuration).
482
+
The server configuration is made of 2 main sections, in INI format. In depth description of the configuration files is available [here](/docs/configuration).
483
483
484
484
You'll be able to configure your Spire Server interfacing specifying :
485
485
- Address and port of the spire-server API.
@@ -539,7 +539,7 @@ plugins {
539
539
540
540
To run the server as a standalone Docker, we recommend using docker-compose.
541
541
542
-
An in depth documentation of the server's cli is available [here](https://github.com/CSCfi/HPCS/docs/configuration).
542
+
An in depth documentation of the server's cli is available [here](/docs/configuration).
543
543
544
544
This docker-compose file specifies the proper spire-agent configuration to use, the mountpoint of the spire-server directory and the path to the mounted hpcs configuration.
0 commit comments