You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Join the conversation in the #netbox channel on the NetDev Slack: https://netdev.chat/
12
+
13
+
## Setup
14
+
15
+
### Prerequisites
8
16
- Docker
9
17
- Python 3.8 or higher
10
18
@@ -38,7 +46,7 @@ source 1_set_envvars.sh
38
46
./2_start_netbox.sh
39
47
```
40
48
41
-
### Notes
49
+
### Additional Notes
42
50
43
51
- Environment variables are written into `environment`. To start from fresh:
44
52
@@ -55,5 +63,5 @@ rm -fr netbox-docker
55
63
# Then go to step 2
56
64
```
57
65
58
-
- The time taken for NetBox to start up depends greatly on the available hardware. The timeout is set to 600 seconds. You can change this in `2_start_netbox.sh`.
66
+
- The time taken for NetBox to start depends greatly on the available hardware. The timeout is set to 600 seconds. You can change this in `2_start_netbox.sh`.
59
67
- The latest available version of NetBox Custom Objects will be used. You can edit `2_start_netbox.sh` to change this behaviour.
0 commit comments