Skip to content

davidbauer/mapmytown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ed875e · Feb 11, 2015
Aug 11, 2013
Nov 20, 2013
Aug 8, 2013
Aug 7, 2013
Jul 30, 2013
Feb 11, 2015
Sep 13, 2013
Aug 6, 2013
Aug 6, 2013
Jul 30, 2013
Aug 1, 2013

Repository files navigation

mapmytown

A superduper joint venture by TagesWoche, NZZ and Le Temps.

Installation

  1. Install PHP 5.4
  2. Run php composer.phar install to install the application's PHP dependencies
  3. Check your PHP configuration: php app/check.php
  4. Copy app/config/parameters.yml.dist to app/config/parameters.yml
  5. Dump all assets to the web folder php app/console assetic:dump
  6. Symlink the web folder php app/console assets:install web --symlink
  7. Run development server: php app/console server:run
  8. Visit /app_dev.php/nzz/de/show in your browser

Setup DB

  1. Install MySQL
  2. php app/console propel:database:create
  3. php app/console propel:migration:generate-diff
  4. php app/console propel:migration:migrate
  5. Visit /nzz/de/show in your browser

About

A tool to gather and display user generated data on a map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published