Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 680 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 680 Bytes

RSSme

travis ci

standalone php/mysql rss client (webbased) built on laravel 5

built to be a minimal rss client, similar to googles old reader and without limits (run on your own hardware).

lots of features planned, but taking as much of a 'less is more' approach.

rssme ui

get started

  • clone repo into a www dir
  • create a mysql database
  • duplicate '.env.example' to '.env' and fill in with your db credentials
  • run all laragel migrations
  • done..