fpSpindola / villagescc

Villages cooperative community project source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.4
  • PostgreSQL 8.3+, PostGIS 1.5, psycopg2 (may be able to configure for other DBs)
  • Django-mediagenerator (incl. Sass, Compass)
  • South
  • 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!

About

Villages cooperative community project source

License:GNU Affero General Public License v3.0


Languages

Language:Python 70.0%Language:HTML 24.5%Language:CSS 2.7%Language:JavaScript 2.3%Language:Shell 0.5%