nomad-coe / nomad

NOMAD lets you manage and share your materials science data in a way that makes it truly useful to you, your group, and the community.
https://nomad-lab.eu
Apache License 2.0
64 stars 14 forks source link

Installation Oasis Base Linux (without docker) #105

Closed domischnick closed 2 days ago

domischnick commented 4 days ago

Hello I try to install Nomad in a Base Linux (without Docker) as described in the documentation ( https://nomad-lab.eu/prod/v1/staging/docs/howto/oasis/install.html ), but there are some lines missing:

image

Can you help.

Thanks

TLCFEM commented 3 days ago

Something is wrong with the automation process but the source code is here: https://github.com/nomad-coe/nomad/blob/develop/docs%2Fhowto%2Foasis%2Finstall.md

The missing lines are effectively the contents of run.sh and run_worker.sh. Both can be found under scripts folder.

Once installed run as it is.

markus1978 commented 3 days ago

Thanks for bringing this up @domischnick

Indeed the file with the example has been moved. Unfortunately, mkdocs does not provide a warning for this. I have a quick fix here and also fixed a lot of other broken links in the docs. Should be merged and deployed somewhere the next couple days.

https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/merge_requests/1933