This commit is contained in:
Mateusz Gruszczyński
2026-06-07 16:38:43 +02:00
parent 648291e5d8
commit c261ab9ea2
+9 -9
View File
@@ -89,7 +89,7 @@ Supported systems:
After cloning the repository: After cloning the repository:
```bash ```bash
sudo bash scripts/install_stack.sh bash scripts/install_stack.sh
``` ```
The default stack install creates: The default stack install creates:
@@ -107,7 +107,7 @@ The default stack install creates:
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \ curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/main/scripts/install_stack.sh \
| sud PYTORRENT_PORT=8091 \ | PYTORRENT_PORT=8091 \
RTORRENT_SCGI_PORT=5001 \ RTORRENT_SCGI_PORT=5001 \
PYTORRENT_PROFILE_NAME="Local rTorrent" \ PYTORRENT_PROFILE_NAME="Local rTorrent" \
bash bash
@@ -174,10 +174,10 @@ pyTorrent uses Flask-SocketIO with threading mode. Multiple Gunicorn workers are
Useful service commands after stack installation: Useful service commands after stack installation:
```bash ```bash
sudo systemctl status pytorrent systemctl status pytorrent
sudo systemctl status rtorrent@rtorrent.service systemctl status rtorrent@rtorrent.service
sudo journalctl -u pytorrent -f journalctl -u pytorrent -f
sudo journalctl -u rtorrent@rtorrent.service -f journalctl -u rtorrent@rtorrent.service -f
``` ```
Application logs may also be available in: Application logs may also be available in:
@@ -370,8 +370,8 @@ See `.env.example` for the full list.
### Service does not start ### Service does not start
```bash ```bash
sudo journalctl -u pytorrent -n 100 --no-pager journalctl -u pytorrent -n 100 --no-pager
sudo systemctl status pytorrent systemctl status pytorrent
``` ```
### rTorrent connection fails ### rTorrent connection fails
@@ -417,7 +417,7 @@ Source-build installers write logs to:
Enable verbose installer output: Enable verbose installer output:
```bash ```bash
PYTORRENT_DEBUG_INSTALL=1 sudo bash scripts/install_stack.sh PYTORRENT_DEBUG_INSTALL=1 bash scripts/install_stack.sh
``` ```
## Security notes ## Security notes