Skip to content

Instantly share code, notes, and snippets.

@tonythere
Created August 10, 2013 14:25
Show Gist options
  • Save tonythere/6200627 to your computer and use it in GitHub Desktop.
Save tonythere/6200627 to your computer and use it in GitHub Desktop.
Demo Boxfile (Pagoda config file)
web1:
shared_writable_dirs:
- app/storage/
document_root: public
php_upload_max_filesize: "8M"
php_version: 5.4.14
php_extensions:
- apc
- pdo_mysql
- mcrypt
- curl
- mbstring
- zip
- gd
after_build:
- "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment