forked from osmlab/maproulette
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup on OSX
Martijn van Exel edited this page May 6, 2013
·
5 revisions
Make sure you have python, virtualenv and virtualenvwrapper set up in your homebrew environment. See here for how I do this.
Create a PostgreSQL database for maproulette:
createdb -U osm maproulette
Install coffeescript if you don't have it. Here's how I did this.
Clone the repository
git clone git://github.com/mvexel/maproulette.git
cd maproulette
Install the requirements
pip install -r requirements.txt
Generate secret
bin/make_secret.py
Generate the database tables
python maproulette/models.py
Run
python manage.py runserver
Test