Skip to content

villagescc/villagescc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Villages.cc

Source for Villages.cc. The code is licensed under the AGPL v3.

A somewhat dated to-do list is at docs/todo.txt.

Installation

[TODO: Better instructions!]

This is a Django project. Among other things, you'll need:

  • Python 2.6+
  • Django 1.8
  • PostgreSQL 8.3+, PostGIS 1.5, psycopg2 (may be able to configure for other DBs)
  • Django-mediagenerator (incl. Sass, Compass)
  • Networkx
  • Maxmind GeoIP database

You'll need to create a file cc/settings/local.py containing the following Django settings:

  • DATABASES
    • Need to create two dbs: 'default' and 'ripple'. Default must be a postgis db.
  • CACHES

You can also override other default settings.

There are some useful scripts in bin/.

Pull requests welcome!

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.5%
  • HTML 26.6%
  • CSS 2.9%
  • JavaScript 2.5%
  • Shell 0.5%