An open API service indexing awesome lists of open source software.

https://github.com/certik/webhooks


https://github.com/certik/webhooks

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Installation
------------

Install the app engine SDK and link to it by:

ln -s /home/ondrej/ext/google_appengine/ .google_appengine

(Or let manage.py do it automatically by fixing the link at the top of the
file)

To test the app locally, do:

make local

To test the app locally, do:

make test

to install it to the app engine, do:

make upload

And to test the live app, do:

make test-remote