NOA-ReACT / PollyXT-SCC-Pipelines

Tool for the processing of PollyXT using Single Calculus Chain
https://noa-react.github.io/PollyXT-SCC-Pipelines/
GNU Lesser General Public License v3.0
3 stars 2 forks source link

ini's on server not findable #1

Closed HolgerPollyNet closed 3 years ago

HolgerPollyNet commented 3 years ago

We have installed the pipelines on our server.

However, when I type: pollyxt_pipelines locations-path the result is: /etc/pollyxt_pipelines/locations.ini /MAINHOME/.config/pollyxt_pipelines/locations.ini However, non of the directory exists. Finally, we found the locations.ini at /MAINHOME/scc_env/lib/python3.8/site-packages/pollyxt_pipelines

Same problem occurs for the "pollyxt_pipelines.ini".

But so far, we could not find it.... Can you provide advise or send an example ini for accessing the SCC?

thgeorgiou commented 3 years ago

Hello! You can create these directories/files. The one you found inside site-packages/pollyxt_pipelines is the "default" one, which is merged at runtime with the user's location.ini.

Thus, you can either create /etc/pollyxt_pipelines/locations.ini which applies for all users in that machine or /MAINHOME/.config/pollyxt_pipelines/locations.ini which applies only for that specific logged in user.

HolgerPollyNet commented 3 years ago

Okay understood! Thanks!

What about the pollyxt_pipelines.ini for scc_access. Could you provide a template (maybe via email)?

thgeorgiou commented 3 years ago

After running the following command, you will be prompted for your credentials and pollyxt_pipelines.ini will be generated for you:

pollyxt_pipelines login
thgeorgiou commented 3 years ago

I believe version 1.6.4 fixes all (most?) of the configuration-related issues, if something else arises please create another issue!