Skip to content

danrmiller/villagescc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

304 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

About

Villages cooperative community project source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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