joelvzach / tasking-manager

The Tasking Manager is the tool for any organised OpenStreetMap editing. In this repository you can find it's code, issues, documentation and fun.

Home Page:https://wiki.openstreetmap.org/wiki/Tasking_Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasking Manager

The Tasking Manager is the tool for any organised OpenStreetMap editing and coordination.

The Tasking Manager is Free and Open Source Software, feel free to use the code and set up your own instance. It has been initially designed and built by and for the Humanitarian OpenStreetMap Team, and is nowadays used by many other communities and organizations. The purpose of the tool is to divide up a mapping job into smaller tasks that can be completed rapidly. It shows which areas need to be mapped and which areas need the mapping validated. You can see the tool in action: log into the widely used HOT Tasking Manager and start mapping.

Installation

Get the code

git clone https://github.com/hotosm/tasking-manager.git.

Configure

  • Copy the example configuration file to start your own configuration: cp example.env tasking-manager.env.
  • Adjust the tasking-manager.env configuration file to fit your configuration.

Connect with OpenStreetMap

The Tasking Manager uses OpenStreetMap accounts for users to login.

In order to configure this connection you have to go to https://www.openstreetmap.org/user/<Your_OSM_UserName>/oauth_clients/new and fill in the form:

screen shot 2019-01-08 at 10 58 26 pm

Afterwards copy the consumer key and secret from OpenStreetMap into your configuration file tasking-manager.env, and set the two variables: TM_CONSUMER_KEY and TM_CONSUMER_SECRET.

Run the Tasking Manager

The easiest way to run the Tasking Manager requires Docker and Docker Compose to be installed on your system. Afterwards you'll just need:

  • One command to get everything together and start the Tasking Manager: docker-compose up -d
  • Visit with your browser http://127.0.0.1:5000

For stopping this command do the job: docker-compose stop And you can check the logs with docker-compose logs -f

Alternatively you can review how to install a development setup.

Get involved!

Developers, developers, developers

About

The Tasking Manager is the tool for any organised OpenStreetMap editing. In this repository you can find it's code, issues, documentation and fun.

https://wiki.openstreetmap.org/wiki/Tasking_Manager

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 35.1%Language:JavaScript 29.6%Language:HTML 23.7%Language:SQLPL 5.4%Language:CSS 5.4%Language:Shell 0.5%Language:PLpgSQL 0.1%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:Mako 0.0%Language:Batchfile 0.0%