Setting up a RingServer
-
Download the package from the IRIS/EarthScope GitHub:
and ‘install’ it in the
/optdirectory (essentially just move theringserverdirectory to/optwithsudo mv ringserver /opt/.). You will likely needsudopermissions to do this. Ensure user/group ownership are set recursively to whichever user you want to be responsible for maintaining the ringserver (see later) e.g.rootorringuser. -
Create a configuration. A simple example looks something like this:
Ultimately, you’ll want this process to be run automatically whenever your server restarts. To do this, you can use the
systemdservice manager. -
Create a new service file at
/etc/systemd/system/ringserver.service, containing: -
Reload the service files to include the new service:
-
Start your service:
-
To check the status of your service:
-
To enable your service on every reboot:
-
If you need to disable your service at any point:

