Fork me on GitHub

Download

With Git

  • Clone the main project:

      $ mkdir /var/www/rss-reader
      $ cd /var/www/rss-reader
      $ git clone https://github.com/RemyG/RSSReader.git .
    
  • Fetch the submodules Propel ORM and SimplePie:

      $ git submodule init
      $ git submodule update
    

Without git

  • Download the application (ZIP File or TAR Ball), and extract.
  • Download Propel and extract in application/plugins/propel.
  • Download SimplePie and extract in application/plugins/simplepie.