No description
Find a file
Yohan Boniface 067d421431 Typo
2012-11-22 11:58:12 +01:00
docs First POC 2012-11-20 10:47:19 +01:00
youmap Typo 2012-11-22 11:58:12 +01:00
.gitignore First POC 2012-11-20 10:47:19 +01:00
fabfile.py First POC 2012-11-20 10:47:19 +01:00
manage.py First POC 2012-11-20 10:47:19 +01:00
MANIFEST.in Make it pip installable 2012-11-22 11:55:22 +01:00
README.rst Change README rst emphasis 2012-11-22 11:57:40 +01:00
requirements.pip First POC 2012-11-20 10:47:19 +01:00
setup.py Make it pip installable 2012-11-22 11:55:22 +01:00

YouMap project
==============

About
-----
YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site.
*Be cause we think that the more OSM will be used, the more OSM will be ''cured''.*
It uses django-chickpea, built on top of Django and Leaflet


Quickstart
----------

To bootstrap the project::

    virtualenv youmap
    source youmap/bin/activate
    cd path/to/youmap/repository
    pip install -r requirements.pip
    pip install -e .
    cp youmap/settings/local.py.example youmap/settings/local.py
    manage.py syncdb --migrate

Documentation
-------------

Developer documentation is available in Sphinx format in the docs directory.

Initial installation instructions (including how to build the documentation as
HTML) can be found in docs/install.rst.