mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-12 01:48:48 +00:00
docs: add install method using composer (#3514)
This commit is contained in:
parent
0b95dc2d4f
commit
adc38e65d9
13
README.md
13
README.md
@ -40,12 +40,21 @@ Check out RSS-Bridge right now on https://rss-bridge.org/bridge01 or find anothe
|
|||||||
|
|
||||||
RSS-Bridge requires php 7.4 (or higher).
|
RSS-Bridge requires php 7.4 (or higher).
|
||||||
|
|
||||||
### Install with git:
|
### Install with composer or git
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
|
cd /var/www
|
||||||
|
composer create-project --no-dev rss-bridge/rss-bridge
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
cd /var/www
|
cd /var/www
|
||||||
git clone https://github.com/RSS-Bridge/rss-bridge.git
|
git clone https://github.com/RSS-Bridge/rss-bridge.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Config:
|
||||||
|
|
||||||
|
```shell
|
||||||
# Give the http user write permission to the cache folder
|
# Give the http user write permission to the cache folder
|
||||||
chown www-data:www-data /var/www/rss-bridge/cache
|
chown www-data:www-data /var/www/rss-bridge/cache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user