Skip to content

Instantly share code, notes, and snippets.

@merolhack
Last active December 8, 2015 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merolhack/a07d96e9d68cdd7a106d to your computer and use it in GitHub Desktop.
Save merolhack/a07d96e9d68cdd7a106d to your computer and use it in GitHub Desktop.
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