1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00

Update INSTALL.md

This commit is contained in:
Didier Barzin 2023-02-24 13:56:48 +01:00 committed by GitHub
parent e6ace7df92
commit d06c3f8a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ Update Pandra-box
cd pandora-box && git pull cd pandora-box && git pull
# Troubleshooting # Troubleshooting
Check Pandora listening on port 6100 Check Pandora listening on port 6100
sudo lsof -i -P -n | grep LISTEN sudo lsof -i -P -n | grep LISTEN
@ -102,6 +102,10 @@ Result should contains
gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN) gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN)
... ...
poetry: command not found
export PATH="$HOME/.local/bin:{$PATH}"
Submit a file to Pandora with the command line Submit a file to Pandora with the command line
cd pandora cd pandora