Install the PyMongo Driver
The MATRIXX Event Repository requires that you obtain and install the PyMongo driver on each MATRIXX Engine server that runs the Event Repository. The instructions for doing this depend on whether your servers have a working internet connection.
Before you begin
To obtain and install the PyMongo driver, if your server does not have an internet connection, see the PyMongo documentation for instructions on how to download and install the PyMongo driver.
If your server does have a working internet connection, the PyMongo driver is downloaded automatically by the python3 -m pip install command.
Procedure
- Log on to the server as a user with sudo permissions.
-
Run this command to install the MongoPY driver:
python3 -m pip install pymongo==version
Where version is the version specified in the discussion about Event Repository system requirements.