Update setup_nautobot.sh
This commit is contained in:
parent
8b1477a482
commit
e4520640f9
@ -16,4 +16,10 @@ su -c "python3 -m venv /opt/nautobot/" nautobot
|
|||||||
echo "export NAUTOBOT_ROOT=/opt/nautobot" | tee -a ~nautobot/.bashrc
|
echo "export NAUTOBOT_ROOT=/opt/nautobot" | tee -a ~nautobot/.bashrc
|
||||||
|
|
||||||
# Update Python Pip and Wheel
|
# Update Python Pip and Wheel
|
||||||
su -c "pip3 install --upgrade pip wheel" nautobot
|
su -c "pip3 install --upgrade pip wheel" nautobot
|
||||||
|
|
||||||
|
# Pip install Nautobot
|
||||||
|
su -c "pip3 install --no-binary=pyuwsgi nautobot" nautobot
|
||||||
|
|
||||||
|
# Verify
|
||||||
|
su -c "/opt/nautobot/.local/bin/nautobot-server --version" nautobot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user