mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
17159 fix plugin install instructions
This commit is contained in:
parent
51c3d94725
commit
a3befd0abe
@ -18,8 +18,8 @@ PLUGINS=[
|
|||||||
<p>3. Still from the NetBox virtual environment, run database migrations and collect static files:</p>
|
<p>3. Still from the NetBox virtual environment, run database migrations and collect static files:</p>
|
||||||
|
|
||||||
<pre class="block">
|
<pre class="block">
|
||||||
python3 /opt/netbox/netbox/netbox/manage.py migrate
|
python3 /opt/netbox/netbox/manage.py migrate
|
||||||
python3 /opt/netbox/netbox/netbox/manage.py collectstatic
|
python3 /opt/netbox/netbox/manage.py collectstatic
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>4. Restart the NetBox services to complete the plugin installation:</p>
|
<p>4. Restart the NetBox services to complete the plugin installation:</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user