README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
27
ressources/tt-rss/README.MD
Normal file
27
ressources/tt-rss/README.MD
Normal file
|
@ -0,0 +1,27 @@
|
|||
#### tt-rss
|
||||
|
||||
##### Information
|
||||
Site : https://tt-rss.org/
|
||||
|
||||
Source : https://git.tt-rss.org/fox/tt-rss
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y tt-rss
|
||||
|
||||
#Edit /etc/tt-rss/config.php
|
||||
systemctl enable --now tt-rss
|
||||
|
||||
# sample configuration for apache2 + php fpm
|
||||
apt install apache2 php-fpm
|
||||
a2enmod proxy_fcgi setenvif
|
||||
a2enconf php7.4-fpm
|
||||
cp /usr/share/doc/tt-rss/apache2-tt-rss.conf /etc/apache2/sites-available/tt-rss.conf
|
||||
#edit /etc/apache2/sites-available/tt-rss.conf
|
||||
a2ensite tt-rss
|
||||
systemctl restart apache2
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue