CodeForTucson / trails-editor

A project created for the National Day of Civic Hacking 2015.
1 stars 0 forks source link

Open Trails Editor

Web map application for creating and editing data for the [Open Trails Map] (http://www.codeforamerica.org/specifications/trails/spec.html).

Requirements

Installation

  1. Install PostGIS
  2. Install Open Trails database
    $ createdb -O [your-db-user] open-trails -E utf8 -T [postgis-template-db]
    $ psql -d open-trails -f open-trails.sql
  3. Update config.json with your database settings
  4. Install trails-editor dependencies
    $ npm install
  5. Run tests with http://mochajs.org/
    $ mocha test
  6. Run server!
    $ node index.js