Last active
December 8, 2015 00:51
Installation and configuration of Symfony LT(2.8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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