Installing Plugins
The instructions below detail the process for installing and enabling a Nautobot plugin.
1. Install the Slurp’t plugin
pip install –no-cache-dir slurpit_nautobot
2. Enable the App in nautobot_config.py
PLUGINS = [‘slurpit_nautobot’]
3. Finish installation
Now you have 2 options:
– Reboot the server (easy)
or
– Run a couple commands (bit advanced)
a. Reboot the server
sudo reboot
b. Run a couple commands
nautobot-server post_upgrade
sudo systemctl restart nautobot nautobot-worker