The installation of this tool is really easy at involves the cloning of the github repository and the installation of the requirements

cd
sudo git clone https://github.com/Bokeh-Solutions/Config_Replicator
cd Config_Replicator

Requirements

This tool needs the following libraries in order to run:

  • python 3.6+
  • paramiko (SSH library, necessary for both versions)
    • Install it with: "pip install paramiko"
  • pyQT5 (GUI Library, necessary if you are going to use the GUI version)
    • Install it with: "pip install pyQT5"

Starting the tool

To start the text based version of the script type:

python3 config_replicator.py

To start the GUI based version of the script type:

python3 config_replicator_gui.py