mapmytown
A superduper joint venture by TagesWoche, NZZ and Le Temps.
Installation
- Install PHP 5.4
- Run
php composer.phar install
to install the application's PHP dependencies - Check your PHP configuration:
php app/check.php
- Copy
app/config/parameters.yml.dist
toapp/config/parameters.yml
- Dump all assets to the web folder
php app/console assetic:dump
- Symlink the web folder
php app/console assets:install web --symlink
- Run development server:
php app/console server:run
- Visit
/app_dev.php/nzz/de/show
in your browser
Setup DB
- Install MySQL
php app/console propel:database:create
php app/console propel:migration:generate-diff
php app/console propel:migration:migrate
- Visit
/nzz/de/show
in your browser