A step-by-step process for install Miniflux on a Raspberry Pi.
- Update repositories (and upgrade as needed):
apt update
- 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
- Install miniflux:
apt install miniflux
- Install PostgreSQL:
apt install postgresql
- Create the PostgreSQL database:
tabling for now due to persistent segmentation fault…