Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 388 Bytes

INSTALL.md

File metadata and controls

36 lines (19 loc) · 388 Bytes

How to install?

Install virtualenv and pip

Mac:

$ port install py26-virtualenv py26-pip

Linux:

$ apt-get install python-virtualenv python-pip

Etc.

Install the app

Type:

$ make

Run

a) Start the server with:

$ make serve

b) Crawl the feed with:

$ ./ring.sh crawl

(You might want to set up a crontab).

Configure

Edit ring.cfg