Can't install the thing - Installing Netbox RHEL 8 #8133
Replies: 4 comments 10 replies
-
Apparently it can't find Note this step in the instructions here:
Was that command successful? If yes, then please show the output of
Indeed it will, but it will also recreate it, so it needs to have permissions to do so. If you're running |
Beta Was this translation helpful? Give feedback.
-
Off topic, but... Did anyone think of this with that topic? https://i.kym-cdn.com/photos/images/original/000/834/323/bdb.gif |
Beta Was this translation helpful? Give feedback.
-
I wanted to post my text file to help anyone else who may be dumb at Linux like I am, perhaps it will help someone in the future. My next steps are to get TLS working which I'll need to get a cert from our systems team, get LDAP auth working (more systems team), and then I'm trying to create an alias to CD and then run python3 + arguments. Right now, no workie. This is what I have so far, if anyone knows exactly why it doesn't work, I just started looking into it today. alias netbox='( cd "/opt/netbox/netbox" && python3 manage.py runserver 0.0.0.0:6969 --insecure )' |
Beta Was this translation helpful? Give feedback.
-
I don't use nginx, I use apache. However in any case I think you'd be better served by your local sysadmins for help with things like this. BTW, your post is mangled somewhat because of the markdown rendering in github. Please edit your post and put three backticks ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm using RHEL 8 and am getting to the installation of Netbox. I cannot run the command from readthedocs page:
[root@ltech-dev1-netbox netbox-3.1.2]# sudo /opt/netbox/upgrade.sh
Removing old virtual environment...
Creating a new virtual environment at /opt/netbox-3.1.2/venv...
/opt/netbox/upgrade.sh: line 25: python3: command not found
ERROR: Failed to create the virtual environment. Check that you have
the required system packages installed and the following path is
writable: /opt/netbox-3.1.2/venv
I try to create the venv folder manually but it looks like in this script, it will just remove it.
Anyone understand what is going on here?
Beta Was this translation helpful? Give feedback.
All reactions