PHP Classes

File: Boxfile

Recommend this page to a friend!
  Classes of ikhsan   Slim Starter   Boxfile   Download  
File: Boxfile
Role: Auxiliary data
Content type: text/plain
Description: Information file for deploying on pagodabox cloud server
Class: Slim Starter
Build MVC Web applications based on Slim framework
Author: By
Last change: Update of Boxfile
Date: 2 months ago
Size: 603 bytes
 

Contents

Class file image Download
web1: document_root: public php_version: 5.4.14 php_extensions: - mbstring - mcrypt - pdo_mysql - redis - zip - xcache php_session_save_handler: redis php_session_save_path: "tcp://tunnel.pagodabox.com:6379" shared_writable_dirs: - app/storage/cache - app/storage/db - app/storage/log after_build: - "if [ ! -f composer.phar ]; then curl -s http://getcomposer.org/installer | php; fi; php composer.phar install --prefer-dist" after_deploy: - "rm -rf app/storage/cache/*" - "php migrate.php" before_deploy: - "" cache1: type: redis