A superduper joint venture by TagesWoche, NZZ and Le Temps.
- Install PHP 5.4
- Run
php composer.phar installto install the application's PHP dependencies - Check your PHP configuration:
php app/check.php - Copy
app/config/parameters.yml.disttoapp/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/showin your browser
- Install MySQL
php app/console propel:database:createphp app/console propel:migration:generate-diffphp app/console propel:migration:migrate- Visit
/nzz/de/showin your browser