Skip to content

Instantly share code, notes, and snippets.

@aranw
Created October 17, 2012 20:41
Show Gist options
  • Save aranw/3908030 to your computer and use it in GitHub Desktop.
Save aranw/3908030 to your computer and use it in GitHub Desktop.
Blog Boxfile
web1:
name: blog
document_root: public
php_version: 5.3.8
after_build:
- "php composer.phar update"
shared_writeable_dirs:
- app/storage
php_extensions:
- mysql
- gd
- zip
db1:
name: posts
type: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment