blob: eb2da1827a37f84e2039e4b53f11485a8f9a224c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOD
To enable the plugin please do the following steps:
1. Add/update the following line in the netbox configuration (usually
%%LOCALBASE%%/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_secrets']
2. Run NetBox migrations and collect static files:
# cd %%LOCALBASE%%/share/netbox
# python%%PYTHON_VER%% manage.py migrate
# python%%PYTHON_VER%% manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
EOD
}
]
|