Changes between Version 3 and Version 4 of Nmm2022/Agenda/Netbox


Ignore:
Timestamp:
Jun 1, 2022, 1:52:39 PM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/Netbox

    v3 v4  
    5555}}}
    5656If successful, you should receive a ''' PONG ''' response from the server.
     57
     58== NetBox Installation ==
     59This section of the documentation discusses installing and configuring the NetBox application itself.
     60=== Install System Packages ===
     61Begin by installing all system packages required by NetBox and its dependencies.
     62Python 3.8 or later required
     63
     64{{{
     65# sudo apt install -y python3 python3-pip python3-venv python3-dev build-essential libxml2-dev libxslt1-dev libffi-dev libpq-dev libssl-dev zlib1g-dev
     66}}}
     67Before continuing, check that your installed Python version is at least 3.8:
     68{{{
     69# python3 -V
     70}}}