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

CouncilDataProject/cdptools_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDP Tools

CDP Tools contains the tools and functions required to setup and run Council Data Project instances as well as generate city sites. For detailed documentation please refer our individual docs.

Quick Start

To set up a CDP instance, you will need to provide a config file with at least the following attributes:

/home/server_config.json:

{
    "legistar_city": "...",
    "storage_directory": "...",
    "collection_script": "...",
    "firebase_config": "..."
}

To then start the server you would simply:

$ pip install git+https://github.com/CouncilDataProject/cdp.git
$ start_cdp_instance /home/server_config.json

Basic Requirements

The only thing we ask for you to install is Docker.

All other requirements are packaged and handled by our server setup scripts.

About

Council Data Project was created by Jackson Maxfield Brown and Dr. Nicholas Weber with the goal of creating tools that would be usable by as many city councils as possible. It is our believe that in providing access to city council information in a unified system, journalist research and citizen engagement regarding local and regional political action would become more readily available and accessible.

About

Tools and functions to support CouncilDataProject servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published