Updating NOMAD Server - aichemy-hub/docs GitHub Wiki
Updating the NOMAD server
You will need SSH and sudo access to the server. Raise an ICT request <https://servicemgt.imperial.ac.uk/ask?id=sc_cat_item&sys_id=82cd1d2b1b4fe510ce015525464bcb8e>_ if you need access.
To check which versions of NOMAD are available, see the releases page <https://github.com/nomad-nmr/nomad-server/releases>_.
- SSH into the server
ssh aichemy-nmr.ch.ic.ac.uk
- Go into the nomad directory
cd /nomad
- Open the
docker-compose.yamlfile
sudo vim docker-compose.yaml
- Change the version number in the following lines to your chosen version
api:
image: nomadnmr/api:v3.5.5
...
server:
image: nomadnmr/server:v3.5.5
- Restart the server by running
sudo docker compose up -d
- Done! You can close you SSH session.