rossmechanic / know_your_nyms

KnowYourNyms? A Game of Semantic Relationships

Home Page:http://www.know-your-nyms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Know Your Nyms

Project Setup (Requires database access)

First, run

pip install -r requirements.txt

from the project root directory.

Gain access to the AWS console.

Go to RDS/DB Instances/know-your-nyms-dev, and use instance actions to see details. Click on the security group, and visit that group's inbound traffic list. Add a source to the list, using TCP, your IP and port 5432 (PostgreSQL).

You now can access the dev server database from your local copy!

Running locally

Use the command

python manage.py runserver

to run it locally. However, this still uses the development server database. It may be slow as a result, but it's not indicative of slow code.

About

KnowYourNyms? A Game of Semantic Relationships

http://www.know-your-nyms.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 62.3%Language:HTML 26.2%Language:JavaScript 10.1%Language:CSS 1.5%