Skip to content

Instantly share code, notes, and snippets.

@IcyEyeG
IcyEyeG / ttrss-on-debian.md
Last active August 6, 2022 00:26 — forked from yeokm1/ttrss-on-ubuntu.md
How to install Tiny Tiny RSS on Debian 10

Adapted from here

  1. Install all packages
sudo apt-get update
sudo apt-get install php7.3 php7.3-cli php7.3-curl php7.3-mbstring php7.3-json php7.3-intl php7.3-gd php7.3-pgsql php7.3-xml php7.3-opcache php-apcu postgresql nginx git
  1. Configure PostgresSQL