mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Fix typos in /opt/.../netbox/ paths
The number of nested /netbox directories is actually 3 not 2 if you follow these directions. Updated the three locations I could find where there were only 2 shown.
This commit is contained in:
parent
99467e8f66
commit
d97c2a7f6f
@ -99,9 +99,9 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
|
||||
|
||||
```
|
||||
sudo adduser --system --group netbox
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/media/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/reports/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/scripts/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/netbox/media/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/netbox/reports/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/netbox/scripts/
|
||||
```
|
||||
|
||||
=== "CentOS"
|
||||
@ -109,9 +109,9 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
|
||||
```
|
||||
sudo groupadd --system netbox
|
||||
sudo adduser --system -g netbox netbox
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/media/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/reports/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/scripts/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/netbox/media/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/netbox/reports/
|
||||
sudo chown --recursive netbox /opt/netbox/netbox/netbox/scripts/
|
||||
```
|
||||
|
||||
## Configuration
|
||||
@ -119,7 +119,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
|
||||
Move into the NetBox configuration directory and make a copy of `configuration_example.py` named `configuration.py`. This file will hold all of your local configuration parameters.
|
||||
|
||||
```no-highlight
|
||||
cd /opt/netbox/netbox/netbox/
|
||||
cd /opt/netbox/netbox/netbox/netbox/
|
||||
sudo cp configuration_example.py configuration.py
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user