openminted / install-tutorial

OpenMinTeD Installation Tutorial event. Practical information, documents and notes.
1 stars 1 forks source link

Configure Workflow execution : What does "StorageServIP" refer to ? #5

Closed stephane54 closed 5 years ago

stephane54 commented 5 years ago

Hy everybody,

Following the "Configure Workflow execution" step, we wondered what does "StorageServIP" refer to ?? Can you give us more explanations ?

• Set the OMTD Storage service URL for omtd-importer in the respective shell script; the default path for this script in the standalone setup is /srv/executor/tools/omtdDataImport/omtdImport.sh ... bash LinuxStartOMTDStoreClient.sh url http://<StorageServIP>:8090 downloadArch $omtdStoreCorpusID $zip;

Thanks a lot

Stephane

galanisd commented 5 years ago

<StorageServIP> should be replaced with the IP of the machine where the Storage Service of OMTD runs.

Storage Service (the service that handles the OMTD data) is installed along with the other Registry parts with scripts that are provided here. https://github.com/openminted/install-tutorial#registry.

You can A . Reserve an IP for the Storage Service and replace <StorageServIP> with it. Then when you run the Registry installation scripts you should use the reserved IP in the respective conf files.

OR

B. Temporarily keep <StorageServIP> as it is (unset). When you decide the IP of the Storage Service and after you run the Registry installation scripts get back to omtdImport.sh and replace <StorageServIP> with the IP.