Alex Claman

Miniflux, Part 1



A step-by-step process for install Miniflux on a Raspberry Pi.

  1. Update repositories (and upgrade as needed): apt update
  2. Configure the miniflux apt repo (as two separate lines):
    $ echo "deb [trusted=yes] https://repo.miniflux.app/apt/ /" | sudo tee /etc/apt/sources.list.d/miniflux.list > /dev/null
    $ apt update
    
  3. Install miniflux: apt install miniflux
  4. Install PostgreSQL: apt install postgresql
  5. Create the PostgreSQL database:

tabling for now due to persistent segmentation fault…