Skip to main content

readinglist

Project description

Readinglist

Reading list is a service that aims to synchronize a list of articles URLs between a set of devices owned by a same account.

travis Documentation Status

API

Run locally

By default, readinglist persists its records inside a Redis database, so it has to be installed first (see the “Install Redis” section below for more on this).

Once Redis is installed:

make serve

Configuration can be changed to persist everything in memory (not recommended). To do that, conf/readinglist.ini file should have the following config:

readinglist.storage_backend = readinglist.storage.memory

Install Redis

Linux

On debian / ubuntu based systems:

apt-get install redis-server

or:

yum install redis

OS X

Assuming brew is installed, Redis installation becomes:

brew install redis

To restart it (Bug after configuration update):

brew services restart redis

Run tests

make tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

readinglist-0.2.zip (54.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page