Skip to content

Instantly share code, notes, and snippets.

@clooth
Created September 19, 2012 22:00
Show Gist options
  • Select an option

  • Save clooth/3752577 to your computer and use it in GitHub Desktop.

Select an option

Save clooth/3752577 to your computer and use it in GitHub Desktop.
web1:
shared_writable_dirs:
- app/cache
- app/logs
document_root: web
default_gateway: app.php
index_list: [app.php]
php_version: 5.4.4
php_extensions:
- intl
- mbstring
- xsl
- apc
- mysql
- posix
- iconv
- tokenizer
- xml
- pdo_mysql
- zip
php_session_autostart: Off
php_short_open_tag: Off
magic_quotes_gpc: Off
after_build:
- "php bin/composer.phar install"
before_deploy:
- "php app/console doctrine:schema:update --force"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment