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

https://github.com/phildini/gemuka

Find. Create. Play.
https://github.com/phildini/gemuka

Last synced: 9 months ago
JSON representation

Find. Create. Play.

Awesome Lists containing this project

README

          

gemuka
======

Find. Create. Play.

Feel free to fork this and play with it. Pull requests gladly accepted.

Install
--------

1. Set up a virtualenv and install the dependencies.
(pip install -r requirements.txt)

2. Pull the repo into the directory you want to use.

3. Install postgres. If you're on a Mac, postgres.app is awesome. Google!

3. Set your environment variables
($ export DATABASE_URL='postgre://your_user@your_host/your_db_table')
($ export DJANGO_SECRET_KEY='thisisfiftyishrandomcharacters!!!1!!!!')

4. Sync your db, run the server, and you're on your way!