Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

kirchenreich/kirchenreich

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 4, 2014 23:16
August 20, 2012 01:16
December 28, 2012 17:51
August 27, 2014 22:23
August 21, 2012 12:24

kirchenreich

Place #7 in Django Dash 2012.

About

Kirchenreich is a mashup using data from Openstreetmap and Wikipedia. The purpose of the site is to correlate informations about places of worship and show problems within the data. We want to encourage users to fix the problems in Wikipedia and Openstreetmap.

Kirche is the German word for church and reich is German for rich or realm. Of course this site not only has churches, but all places of worship.

We developed this site for the DjangoDash at one weekend. We will improve this site in the future. The whole sourcecode is on Github under BSD licence.

Feel free to fork the repository, file bugrequests or even send in feature wishes.

Live site

Production site is http://kirchenreich.org/.

Developer information

Install How-to

  • clone github repo
# create virtualenv
virtualenv env_kr
# activate
. env_kr/bin/activate
# install requirements
pip install -r requirements.d/dev-standalone.txt
  • set in krprj/settings/local.py
# SECRET_KEY - see http://www.miniwebtool.com/django-secret-key-generator/
# DATABASES - see settings.py for template without user/pw

Run locally

  • you need postgresql with postgis support!
  • for some stuff you may need redis and celery.
  • download world to world/data/:
mkdir world/data
cd world/data
wget http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
unzip TM_WORLD_BORDERS-0.3.zip
rm TM_WORLD_BORDERS-0.3.zip
  • import worlddata (in django shell):
from world import load
load.run()
  • run testserver
./manage.py runserver

Deploy on kirchereich.org

  • you need system user with sudo right on the server

List of available commands:

fab -l

Run deployment on server:

fab deploy -u <your system user>

Notice that you may have to specify your server user name with the -u flag.

About

Place of Worship correlation using Openstreetmap/Wikipedia data -- Django Dash 2012 place #7

Resources

License

Stars

Watchers

Forks

Packages

No packages published