All public logs

From Jay's Cafe' Wiki

Combined display of all available logs of Jay's Cafe' Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:31, 7 January 2023 Jayctheriot talk contribs created page Install tt-rss (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...")