uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
Find a file
Jannis Leidel 47bcacaa62
Added Docker setup.
This adds:

- a Dockerfile
- a Docker compose file for easy testing
- a Travis CI setup
  - so that it can build a Docker image and push to Docker Hub automatically
  - it does that on every Git tag as well and push a equally tagged version to Docker Hub
- extends the Makefile to add some helper tasks for docker (e.g. make docker-test)
2017-02-20 16:32:41 +01:00
.tx Remove useless template, clean translation, add Transifex config 2013-11-22 15:32:21 +01:00
docs Change pip install instruction in doc 2017-02-06 16:34:23 +01:00
umap Added Docker setup. 2017-02-20 16:32:41 +01:00
.gitignore Added Docker setup. 2017-02-20 16:32:41 +01:00
.gitmodules First shot in removing jQuery and Foundation (\o/) cf #12 2013-02-12 17:34:33 +01:00
.pipignore Upgrade django-social-auth to python-social-auth 2014-03-06 23:22:37 +01:00
.travis.yml Added Docker setup. 2017-02-20 16:32:41 +01:00
docker-compose.yml Added Docker setup. 2017-02-20 16:32:41 +01:00
docker-entrypoint.sh Added Docker setup. 2017-02-20 16:32:41 +01:00
Dockerfile Added Docker setup. 2017-02-20 16:32:41 +01:00
fabfile.py 0.8.0-rc.7 2016-09-30 14:37:58 +02:00
LICENSE Fixed typo 2013-06-23 22:43:29 -05:00
Makefile Added Docker setup. 2017-02-20 16:32:41 +01:00
manage.py Allow to load setting from a non python path 2016-09-10 08:26:23 +02:00
MANIFEST.in 0.8.1 2017-02-03 09:40:12 +01:00
mkdocs.yml Ubuntu installation turorial draft 2016-09-10 16:21:09 +02:00
osmic-white.yaml First version of an icon import script (cf #201) 2015-10-07 22:26:19 +02:00
osmic.yaml First version of an icon import script (cf #201) 2015-10-07 22:26:19 +02:00
pytest.ini Switch to pytest 2016-08-20 12:33:05 +02:00
README.md Correct small typo 2016-11-06 08:59:01 +01:00
requirements-dev.txt Move doc to rtfd 2016-09-10 09:45:12 +02:00
requirements-docker.txt Added Docker setup. 2017-02-20 16:32:41 +01:00
requirements.txt 0.8.2 2017-02-06 16:33:14 +01:00
setup.py Added Docker setup. 2017-02-20 16:32:41 +01:00
uwsgi.ini Added Docker setup. 2017-02-20 16:32:41 +01:00

uMap project

Requirements Status Join the chat at https://gitter.im/umap-project/umap Documentation Status

About

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site. Because we think that the more OSM will be used, the more OSM will be ''cured''. It uses django-leaflet-storage and Leaflet.Storage, built on top of Django and Leaflet.

Installation and configuration

See developer documentation.