Revision history of "Install tt-rss"

From Jay's Cafe' Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 05:31, 7 January 2023Jayctheriot talk contribs 2,827 bytes +2,827 Created page with "[https://gist.github.com/yeokm1/04f1430cb8a81d86b1ef Instructions from here]<br> <pre> Adapted from [here](https://www.digitalocean.com/community/tutorials/how-to-install-ttrss-with-nginx-for-debian-7-on-a-vps) 1) Install all packages ```bash sudo apt-get update sudo apt-get install php5 php5-pgsql php5-fpm php-apc php5-curl php5-cli postgresql nginx git ``` 2) Configure PostgresSQL ```bash sudo -u postgres psql postgres=# CREATE USER "www-data" WITH PASSWORD 'yourp..."