Skip to content

This is a 'fail fast' experimental component that aims to provide links to recent and interesting articles for readers.

Notifications You must be signed in to change notification settings

voodoochild/gu-read-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What do you want to read next?

This is a 'fail fast' experimental component that aims to provide links to recent and interesting articles for readers.

To run the project locally with virtualenv:

$ pip install virtualenv

$ virtualenv venv/ --no-site-packages

$ venv/bin/pip install -r requirements.txt

$ venv/bin/python runserver.py

To run the project locally with App Engine:

Extract the various python libs in lib/ to the document root, e.g.

$ tar xzf lib/Flask-0.8.tar.gz

$ mv Flask-0.8/flask/ .

$ rm -rf Flask-0.8/

Then run it:

$ dev_appserver.py .

About

This is a 'fail fast' experimental component that aims to provide links to recent and interesting articles for readers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages