Skip to content

social-torch/schenectady-open311

 
 

Repository files navigation

GeoReport v2 Server

A simple Open311 GeoReport v2 server implementation. Can be extended to integrate with custom 311 workflows.

http://miamidade.github.com/georeport-server/

Usage

$ git clone http://github.com/miamidade/georeport-server.git
$ cd georeport-server
$ virtualenv env
$ . env/bin/activate
$ easy_install Flask

Run the server on localhost:5000:
$ python v2.py

Configuration

Set the debug mode, organization, and jurisdiction_id in v2.py.

# Configuration
DEBUG = True
ORGANIZATION = 'Miami-Dade County'
JURISDICTION = 'miamidade.gov'

Set custom service request types, definitions, and attributes in data.py.

Bug tracker

Have a bug? Please create an issue here on GitHub.

https://github.com/miamidade/georeport-server/issues

License

Copyright 2011 Miami-Dade County

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%