NetBox 4.1 Plugin Catalog Integration installation instructions contain an error in the path of manage.py #17159
Labels
beta
Concerns a bug/feature in a beta release
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.1-beta1
Python Version
3.11
Steps to Reproduce
Go to System -> Plugins of any of the listed plugins. For example "Reorder Rack".
Go to the "Install" tab.
In section 3 it says:
python3 /opt/netbox/netbox/netbox/manage.py migrate python3 /opt/netbox/netbox/netbox/manage.py collectstatic
the path to manage.py should be
/opt/netbox/netbox/manage.py
Expected Behavior
The install instructions shouldn't produce errors due to wrong paths.
Observed Behavior
python3: can't open file '/opt/netbox/netbox/netbox/manage.py': [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: