mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-09 01:37:55 +03:00
Updated Installation (markdown)
parent
be38c1a460
commit
c4666ed9ec
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
## How to install in Debian 11
|
||||
## How to install in Linux server
|
||||
|
||||
```bash
|
||||
These instruction were tested on a fresh Debian 11 and Ubuntu 20.04.
|
||||
|
||||
```shell
|
||||
apt-update
|
||||
apt install nginx php-fpm php-mbstring php-simplexml php-curl
|
||||
rm /etc/nginx/sites-enabled/default
|
||||
cd /var/www
|
||||
|
|
Loading…
Add table
Reference in a new issue