Untitled

                Never    
YAML
       
web1:
  name: ileana
  document_root: /app/webroot
  shared_writable_dirs:
    - app/tmp
    - app/tmp/cache
    - app/tmp/cache/models
    - app/tmp/cache/persistent
    - app/tmp/cache/views
    - app/tmp/logs
    - app/tmp/sessions
    - app/tmp/tests
    - app/webroot/blog/wp-content/uploads
  php_extensions:
    - mcrypt
    - mbstring
    - pdo_mysql
    - apc
  after_build:
    - "mv app/Config/core.php.pagoda app/Config/core.php"
    - "mv app/Config/database.php.pagoda app/Config/database.php"
    - "mv app/webroot/blog/wp-config.php.pagoda app/webroot/blog/wp-config.php"
db1:
  name: gift
  type: mysql
db2:
  name: gift_wordpress
  type: mysql

Raw Text