curl -sS https://getcomposer.org/installer | php
php composer.phar install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console assetic:dump --env="prod"
# Enjoy
If you want to add a security layer to this application, copy
app/config.security.yml.dist
to app/config.security.yml
. By default, this
file add HTTP Basic authentication with the user
as username. The password
(plain text) is stored in app/config/parameter.yml
. But feed free to adapt to
your needs.
This library is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.