Skip to content

SviatStrakhov/corruption_tracker

 
 

Repository files navigation

Corruption tracker

Corruption tracker lets you make cases of corruption and professionally unfit of civil servant public and as result track the level of it in public institutions

eb784ad32cdb4763b17b996ecdac3fa4 nqbvcy2

Test instance available on http://test.acts.pp.ua:8000/

Prerequisites

Python 3.4
PostgreSQL + PostGIS
Memcached

Quickstart

Create a virtual environment

virtualenv --python=/usr/bin/python3.4 ctracker
source ctracker/bin/activate

Install dependencies and project

sudo apt-get install python3-dev libpq-dev postgresql postgresql-contrib postgis postgresql-9.3-postgis-2.1
git clone git@github.com:autogestion/corruption_tracker.git
cd YOUR_SOURCE_DIR
pip install -r requirements.txt

Create a default local settings file

cp corruption_tracker/local_settings.py.sample  corruption_tracker/local_settings.py

Create the tables

PostgreSQL instructions in db_creation.txt

python manage.py migrate
python manage.py createsuperuser
python manage.py initiate_db

Start the server

python manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.6%
  • HTML 29.5%
  • JavaScript 22.8%
  • CSS 7.1%