Skip to content

VM management

glpoulter edited this page Feb 28, 2024 · 4 revisions

VM Management

Production

The software catalogue is hosted on ccpwsi-cat.scd.stfc.ac.uk which is a RIG VM.

It is located in /opt/CCPWSI/research-software-directory

It has an SSL certificate in /opt/CCPWSI/research-software-directory/reverse-proxy which expires on 6/06/24. When this is renewed the Dockerfile and nginx.conf may (or may not) need updating - depending on the exact certificate issued.

To restart the application:

From /opt/CCPWSI/research-software-directory run:

docker-compose up -d

To see any of the various logs:

docker-compose logs --follow backend

Development

There's a cloud VM for development called "Gemma-RSD-dev" 172.16.100.137. The catalogue is located in /opt/CCPWSI/research-software-directory as in prod. https://host-172-16-100-137.nubes.stfc.ac.uk/

Clone this wiki locally