You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,17 @@ The Python STOMP library (N.B. versions between 3.1.1 (inclusive) and 5.0.0
40
40
41
41
The Python AMS library. This is only required if you want to use AMS. See here for details on obtaining an RPM: https://github.com/ARGOeu/argo-ams-library/
42
42
43
-
The Python daemon library
44
-
*`yum install python-daemon`
45
-
46
43
The Python ldap library
47
44
*`yum install python-ldap`
48
45
49
46
Optionally, the Python dirq library (N.B. this is only required if your messages
50
47
are stored in a dirq structure)
51
48
*`yum install python-dirq`
52
49
50
+
The Python daemon library (N.B. installing this library is only required when
51
+
using the SSM as a receiver)
52
+
*`yum install python-daemon`
53
+
53
54
You need a certificate and key in PEM format accessible to the SSM.
54
55
There are a number of ways to do this. One is to make a copy of the
55
56
hostcert and hostkey files, owned by the apel user (created later):
0 commit comments