Skip to content

rishigoutam/leselys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leselys

I'm Leselys, your very elegant RSS reader. No bullshit Android, iPhone apps, just a responsive design for every device.

Leselys is Heroku ready and easy to install. It can be used with your very own storage backend. Take a look at the MongoDB example.

There is a demo here (demo/demo).

Leselys is in heavy development right now, and feedback is welcome.

Installation

Quick local setup (with sofart backend):

Ubuntu

apt-get install build-essential python-dev
apt-get install libxslt1-dev libxml2-dev python-libxml2 python-libxslt1

And finally: :

pip install leselys
pip install sofart
leselys init --config leselys.ini
leselys adduser --config leselys.ini
leselys serve --config leselys.ini

Open your browser at http://localhost:5000.

Import your Google Reader OPML file right now!

Heroku

Advanced setup with MongoDB for storage and Redis for session on Heroku. All Heroku dependencies like Pymongo and redis are automagically installed with heroku.sh: :

git clone git@github.com:socketubs/leselys.git
cd leselys
heroku create
heroku addons:add mongohq:sandbox
heroku addons:add redistogo:nano
git push heroku master

Don't forget to create a Leselys account with heroku run "bash heroku.sh && leselys adduser --config heroku.ini".

License

License is AGPL3. See LICENSE.

About

I'm Leselys, your very elegant RSS reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published