Changes between Version 5 and Version 6 of Nmm2022/Agenda/Netbox


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/Netbox

    v5 v6  
    107107=== Create the NetBox System User ===
    108108Create a system user account named ''' netbox '''. We'll configure the WSGI and HTTP services to run under this account. We'll also assign this user ownership of the media directory. This ensures that NetBox will be able to save uploaded files.
     109{{{
     110# sudo adduser --system --group netbox
     111# sudo chown --recursive netbox /opt/netbox/netbox/media/
     112}}}