Skip to content

Instantly share code, notes, and snippets.

@sanderson
Created November 19, 2012 15:46
Show Gist options
  • Save sanderson/4111377 to your computer and use it in GitHub Desktop.
Save sanderson/4111377 to your computer and use it in GitHub Desktop.
Sample Boxfile
web1:
name: myapp
php_version: 5.3.10
php_extensions:
- mysql
- redis
- gd
shared_writable_dirs:
- app/usr/uploads
db1:
name: mydb
type: mysql
cache1:
name: myredis
type: redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment