mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
Update INSTALL.md
This commit is contained in:
parent
e6ace7df92
commit
d06c3f8a8e
1 changed files with 5 additions and 1 deletions
|
@ -91,7 +91,7 @@ Update Pandra-box
|
|||
cd pandora-box && git pull
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
||||
Check Pandora listening on port 6100
|
||||
|
||||
sudo lsof -i -P -n | grep LISTEN
|
||||
|
@ -102,6 +102,10 @@ Result should contains
|
|||
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
|
||||
|
||||
cd pandora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue