moved top level files

This commit is contained in:
Hedde van der Heide
2022-04-22 13:33:17 +02:00
parent ac198ef7cf
commit 7a24221444
3 changed files with 6 additions and 221 deletions
+6 -3
View File
@@ -6,11 +6,14 @@ Software Lifecycle Management
--------------
Known Issues
~~~~~~~~~~~~~~~~~~
- WARNING: This plugin is only tested with Netbox 3.2 at this time.
- CSV/Bulk imports for SoftwareProduct, Version and Installation are currently broken (WIP)
Installation Guide
~~~~~~~~~~~~~~~~~~
WARNING: This plugin is only tested with Netbox 3.2 at this time.
When using the Docker version of Netbox, first follow the `netbox-docker
quickstart <https://github.com/netbox-community/netbox-docker#quickstart>`__
instructions to clone the netbox-docker repo and set up the
@@ -22,7 +25,7 @@ to install the Netbox SLM plugin:
1. Add ``netbox_slm`` to the ``PLUGINS`` list in
``configuration/extra.py``.
2. Create a ``plugin_requirements.txt`` with ``netbox-slm==0.98`` as
2. Create a ``plugin_requirements.txt`` with ``netbox-slm==0.99`` as
contents.
3. Create a ``Dockerfile-SLM`` with contents: