Skip to content

Instantly share code, notes, and snippets.

@merolhack
Last active December 8, 2015 00:51
Installation and configuration of Symfony LT(2.8)
# curl -LsS http://symfony.com/installer -o ./symfony
# ./symfony new chipotle lts
✔ Symfony 2.8.0 was successfully installed.
# chown -R apache:apache ./chipotle/*
# chmod -R 775 ./chipotle/*
# cd chipotle
# nano app/config/parameters.yml
# /bin/php app/console doctrine:database:create
Created database `symfony_lts` for connection named default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment