-
Notifications
You must be signed in to change notification settings - Fork 1
Installing NOMAD Client
To install the NOMAD client on a lab computer we first need to install Node.
TODO: Up to date instructions for node & npm install.
Next we need to follow the instructions on https://www.nomad-nmr.uk/docs/getting-started/client-installation.
When the guide asks you to enter the instrument id -- just make sure you've already added the instrument on the NOMAD server and use that ID.
When prompted for HTTP address of the server while running npm run config
, use
https://aichemy-nmr.ch.ic.ac.uk
.
Once config is done make sure you've done all the steps of https://www.nomad-nmr.uk/docs/getting-started/IconNMR-configuration
Make sure you that you restart icon once you're done configuring it.
To run nomad-client the first time around for debugging run npm run verbose
in the installation directory.
If everything looks ok, follow the instructions at NOMAD Client Service to create a persistent Linux service for running in production.