mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 06:08:27 +01:00
docs: improve README (#4009)
This commit is contained in:
parent
ecf61f6fa7
commit
5b80af978f
@ -64,7 +64,7 @@ These instructions have been tested on a fresh Debian 12 VM from Digital Ocean (
|
|||||||
```shell
|
```shell
|
||||||
timedatectl set-timezone Europe/Oslo
|
timedatectl set-timezone Europe/Oslo
|
||||||
|
|
||||||
apt install git nginx php8.2-fpm php-mbstring php-simplexml php-curl
|
apt install git nginx php8.2-fpm php-mbstring php-simplexml php-curl php-intl
|
||||||
|
|
||||||
# Create a new user account
|
# Create a new user account
|
||||||
useradd --shell /bin/bash --create-home rss-bridge
|
useradd --shell /bin/bash --create-home rss-bridge
|
||||||
@ -167,12 +167,10 @@ Restart fpm and nginx:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Lint and restart php-fpm
|
# Lint and restart php-fpm
|
||||||
php-fpm8.2 -t
|
php-fpm8.2 -t && systemctl restart php8.2-fpm
|
||||||
systemctl restart php8.2-fpm
|
|
||||||
|
|
||||||
# Lint and restart nginx
|
# Lint and restart nginx
|
||||||
nginx -t
|
nginx -t && systemctl restart nginx
|
||||||
systemctl restart nginx
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### How to install from Composer
|
### How to install from Composer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user