https://github.com/geo-c/oct-ckan
The Open City Toolkit (more information about the project: http://geo-c.eu)
https://github.com/geo-c/oct-ckan
cities collaboration data open participation transparency
Last synced: 3 months ago
JSON representation
The Open City Toolkit (more information about the project: http://geo-c.eu)
- Host: GitHub
- URL: https://github.com/geo-c/oct-ckan
- Owner: geo-c
- License: apache-2.0
- Created: 2016-01-15T13:51:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T16:53:58.000Z (over 8 years ago)
- Last Synced: 2025-01-08T08:45:43.948Z (5 months ago)
- Topics: cities, collaboration, data, open, participation, transparency
- Language: PHP
- Homepage: http://giv-oct.uni-muenster.de:5000/
- Size: 433 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-City-Toolkit
## Description

[The Open City Toolkit] (http://giv-oct.uni-muenster.de:5000/) (OCT) is a a collection of tools, processes, specifications and guidelines to:
- empower citizens to participate in and shape the future of their cities;
- deliver services based on open data that are useful for citizens, businesses and governing bodies alike.This repository contains code of the different components of the OCT. Tools to improve transparency, examples of open source city apps, open data and city services, interactive guidelines on how to realize an open city, as well as specifications to link the different resources
of the OCT (apps, services, datasets, and guidelines) are gradually been added to it.## Requirements
- A Linux-based OS
- An HTTP server running PHP
- [Bower] (http://bower.io/)
- The [Server Status Module] (https://github.com/geo-c/Open-City-Toolkit/tree/master/Server-Status-Module)## Installation
Clone the repository:
```
$ git clone https://github.com/geo-c/Open-City-Toolkit.git
```Install the dependencies using bower:
```
$ cd Open-City-Toolkit
$ bower install
$ bower update
```
If you don't have installed bower in your system, see the [Bower installation guide] (http://bower.io/#install-bower).## License
The code is released under the Apache v2 license.