New install issue
#11468
Replies: 2 comments 6 replies
-
Are you trying to run the test server from the virtual environment? |
Beta Was this translation helpful? Give feedback.
1 reply
-
possible to migrate test server to production. My problem is it keeps going down then I have to run the below commands to get to up. cd /opt/netbox |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install netbox for the first time and I've been going through the install documentation provided at https://docs.netbox.dev/en/stable/installation/3-netbox/ and I'm at the point of "Test the Application" and I'm getting the below error. At first it was that django was missing, so I added that, but now it says below and when I try to just browse to the URL or IP it says "This site can't be reached" refused to connect.
/opt/netbox/netbox$ python3 manage.py runserver 0.0.0.0:8000 --insecure
usage: manage.py runserver [-h] [--ipv6] [--nothreading] [--noreload] [--version] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--no-color] [--force-color] [--skip-checks] [addrport]
manage.py runserver: error: unrecognized arguments: --insecure
Beta Was this translation helpful? Give feedback.
All reactions