summaryrefslogtreecommitdiff
path: root/net-mgmt/py-phonebox-plugin/files/pkg-message.in
blob: 0fef741da96665a1aff1de1ea9c67bfa4d33521b (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 = ['phonebox_plugin']

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
}
]