https://github.com/phildini/gemuka
Find. Create. Play.
https://github.com/phildini/gemuka
Last synced: 9 months ago
JSON representation
Find. Create. Play.
- Host: GitHub
- URL: https://github.com/phildini/gemuka
- Owner: phildini
- Created: 2012-08-09T17:40:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-19T00:47:36.000Z (almost 14 years ago)
- Last Synced: 2025-07-13T18:05:18.888Z (11 months ago)
- Language: Python
- Size: 988 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!