Skip to content

Instantly share code, notes, and snippets.

@alisamii
Created August 16, 2014 12:47
Show Gist options
  • Save alisamii/3fec3b84cdb998778aef to your computer and use it in GitHub Desktop.
Save alisamii/3fec3b84cdb998778aef to your computer and use it in GitHub Desktop.
<?php
return array(
// This file is located in ~/sites/deployment/gsmn-aca/app/config
/*
|--------------------------------------------------------------------------
| Default Remote Connection Name
|--------------------------------------------------------------------------
|
| Here you may specify the default connection that will be used for SSH
| operations. This name should correspond to a connection name below
| in the server list. Each connection will be manually accessible.
|
*/
'default' => 'production',
/*
|--------------------------------------------------------------------------
| Remote Server Connections
|--------------------------------------------------------------------------
|
| These are the servers that will be accessible via the SSH task runner
| facilities of Laravel. This feature radically simplifies executing
| tasks on your servers, such as deploying out these applications.
|
*/
'connections' => array(
'production' => array(
'host' => '',
'username' => '',
'password' => '',
'key' => '',
'keyphrase' => '',
'root' => '/var/www',
),
),
/*
|--------------------------------------------------------------------------
| Remote Server Groups
|--------------------------------------------------------------------------
|
| Here you may list connections under a single group name, which allows
| you to easily access all of the servers at once using a short name
| that is extremely easy to remember, such as "web" or "database".
|
*/
'groups' => array(
'web' => array('production')
),
);
|-- Running: Deploy (Deploys the website) [~102.58s]
|---- Running: Primer (Run local checks to ensure deploy can proceed)
|---- Running: CreateRelease (Creates a new release on the server) [~7.69s]
Cloning repository in "/home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308"
|------ Running strategy for Deploy: Clone
$ git clone "git@git.assembla.com:aca.git" "/home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308" --branch="develop" --depth="1"
[nrfiorg@nrfi.org] (development) stdin: is not a tty
[nrfiorg@nrfi.org] (development) Initialized empty Git repository in /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/.git/
$ cd /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308
$ git submodule update --init --recursive
Initializing submodules if any
[nrfiorg@nrfi.org] (development) stdin: is not a tty
|---- Running: Dependencies (Installs or update the dependencies on server) [~92.61s]
|------ Running strategy for Dependencies: Composer
$ cd /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308
$ /usr/local/bin/composer install --no-interaction --prefer-dist
[nrfiorg@nrfi.org] (development) stdin: is not a tty
[nrfiorg@nrfi.org] (development) Loading composer repositories with package information
[nrfiorg@nrfi.org] (development) Installing dependencies (including require-dev)
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/translation (2.5.x-dev ae573e4)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/security-core (2.5.x-dev 315ff83)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/routing (2.5.x-dev 1c285e6)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/process (2.5.x-dev 56db723)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing psr/log (dev-master a78d650)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/debug (2.5.x-dev 189da71)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/http-foundation (2.5.x-dev 2fcb28a)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/event-dispatcher (dev-master 68ab3c3)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/http-kernel (2.5.x-dev c90d181)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/finder (2.5.x-dev 01284e1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/dom-crawler (2.5.x-dev 9cb8aae)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/css-selector (2.5.x-dev e24b821)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/console (2.5.x-dev 748beed)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/browser-kit (2.5.x-dev ecb0e1a)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing swiftmailer/swiftmailer (dev-master 62478c4)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing stack/builder (dev-master b140838)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing predis/predis (0.8.x-dev 4123fcd)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing phpseclib/phpseclib (dev-master 0d7e919)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing patchwork/utf8 (v1.1.25)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing nesbot/carbon (1.10.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing monolog/monolog (dev-master 12545cd)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing nikic/php-parser (0.9.x-dev ef70767)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing jeremeamia/superclosure (1.0.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing filp/whoops (1.1.2)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development) - Installing ircmaxell/password-compat (1.0.x-dev 1fc1521)
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing d11wtq/boris (v1.0.8)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/filesystem (dev-master 0eb05b7)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing classpreloader/classpreloader (dev-master 2c9f3bc)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing laravel/framework (4.2.x-dev 3576e55)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing anahkiasen/html-object (1.4.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing anahkiasen/former (dev-master 023c7e3)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing kzykhys/parallel (v0.1.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing anahkiasen/rocketeer (dev-develop 81d3f3b)
[nrfiorg@nrfi.org] (development) Downloading: connection...
[nrfiorg@nrfi.org] (development) 
[nrfiorg@nrfi.org] (development) Downloading: 100% 
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing doctrine/inflector (v1.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing knplabs/knp-snappy (dev-master 6808b99)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing barryvdh/laravel-snappy (dev-master dd0522e)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing cartalyst/support (dev-master 3ee1127)
[nrfiorg@nrfi.org] (development) Downloading: connection...
[nrfiorg@nrfi.org] (development) Failed to download cartalyst/support from dist: The "https://api.github.com/repos/cartalyst/support/zipball/3ee1127a37c4a54eac0a6fd2c06314dbbdf69c6a" file could not be downloaded (HTTP/1.1 404 Not Found)
[nrfiorg@nrfi.org] (development) - Installing cartalyst/support (dev-master 3ee1127)
[nrfiorg@nrfi.org] (development) Now trying to download from source
[nrfiorg@nrfi.org] (development) Cloning 3ee1127a37c4a54eac0a6fd2c06314dbbdf69c6a
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing cartalyst/sentinel (dev-master bc9d99a)
[nrfiorg@nrfi.org] (development) Downloading: connection...
[nrfiorg@nrfi.org] (development) Failed to download cartalyst/sentinel from dist: The "https://api.github.com/repos/cartalyst/sentinel/zipball/bc9d99a07c8f0f6982b5c5e340d2c6199e705f41" file could not be downloaded (HTTP/1.1 404 Not Found)
[nrfiorg@nrfi.org] (development) Now trying to download from source
- Installing cartalyst/sentinel (dev-master bc9d99a)
[nrfiorg@nrfi.org] (development) Cloning bc9d99a07c8f0f6982b5c5e340d2c6199e705f41
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing creolab/laravel-modules (dev-master 7700134)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing daylerees/sanitizer (dev-master de00959)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing fitztrev/laravel-html-minify (dev-master 8005fc4)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing frozennode/administrator (dev-master da26997)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing fzaninotto/faker (v1.3.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing greggilbert/recaptcha (dev-master c2f49a5)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing h4cc/wkhtmltoimage-amd64 (0.12.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing h4cc/wkhtmltoimage-i386 (0.12.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing h4cc/wkhtmltopdf-amd64 (0.12.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing h4cc/wkhtmltopdf-i386 (0.12.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing mtdowling/cron-expression (v1.0.3)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing wp-cli/php-cli-tools (v0.9.4-patch46)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing indatus/dispatcher (dev-master c12d1bb)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing guzzle/guzzle (v3.9.2)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing aws/aws-sdk-php (dev-master b70825e)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing aws/aws-sdk-php-laravel (1.1.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing schickling/backup (dev-master a62b945)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development) - Installing laracasts/utilities (1.0.1)
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing mailchimp/mailchimp (2.0.5)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing hugofirth/mailchimp (v2.0.3)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing thomaswelton/gravatarlib (0.1.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development) - Installing thomaswelton/laravel-gravatar (0.0.2)
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing venturecraft/revisionable (1.12.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing way/generators (2.6.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing asm89/stack-cors (0.2.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing barryvdh/laravel-cors (v0.2.2)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing maximebf/debugbar (dev-master 4a660ce)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing barryvdh/laravel-debugbar (dev-master f088d86)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing barryvdh/laravel-elfinder (v0.1.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing phpdocumentor/reflection-docblock (dev-master 38743b6)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing symfony/class-loader (dev-master 206de04)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing barryvdh/laravel-ide-helper (dev-master 19aa77a)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing barryvdh/laravel-translation-manager (v0.1.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing baum/baum (1.0.11)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing bugsnag/bugsnag (dev-master 964f18b)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing bugsnag/bugsnag-laravel (v1.0.9)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing imagine/imagine (0.5.x-dev 343580f)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing codesleeve/stapler (v1.0.01)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing codesleeve/laravel-stapler (v1.0.01)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing cviebrock/eloquent-sluggable (2.0.3)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing davejamesmiller/laravel-breadcrumbs (2.2.2)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing intervention/image (2.0.7)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing mustache/mustache (v2.6.1)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing laracasts/commander (1.3.10)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing laracasts/validation (1.2.2)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing phpoffice/phpexcel (1.8.0)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing maatwebsite/excel (1.2.x-dev 35b1e9d)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) - Installing robclancy/presenter (dev-master 06d6e16)
[nrfiorg@nrfi.org] (development) Loading from cache
[nrfiorg@nrfi.org] (development)
[nrfiorg@nrfi.org] (development) symfony/translation suggests installing symfony/config ()
[nrfiorg@nrfi.org] (development) symfony/translation suggests installing symfony/yaml ()
[nrfiorg@nrfi.org] (development) symfony/security-core suggests installing symfony/validator (For using the user password constraint)
[nrfiorg@nrfi.org] (development) symfony/security-core suggests installing symfony/expression-language (For using the expression voter)
[nrfiorg@nrfi.org] (development) symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
[nrfiorg@nrfi.org] (development) symfony/routing suggests installing symfony/yaml (For using the YAML loader)
[nrfiorg@nrfi.org] (development) symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
[nrfiorg@nrfi.org] (development) symfony/routing suggests installing symfony/expression-language (For using expression matching)
[nrfiorg@nrfi.org] (development) symfony/event-dispatcher suggests installing symfony/dependency-injection ()
[nrfiorg@nrfi.org] (development) symfony/http-kernel suggests installing symfony/config ()
[nrfiorg@nrfi.org] (development) symfony/http-kernel suggests installing symfony/dependency-injection ()
[nrfiorg@nrfi.org] (development) predis/predis suggests installing ext-phpiredis (Allows faster serialization and deserialization of the Redis protocol)
[nrfiorg@nrfi.org] (development) phpseclib/phpseclib suggests installing ext-gmp (Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.)
[nrfiorg@nrfi.org] (development) phpseclib/phpseclib suggests installing pear-pear/PHP_Compat (Install PHP_Compat to get phpseclib working on PHP < 4.3.3.)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
[nrfiorg@nrfi.org] (development) monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
[nrfiorg@nrfi.org] (development) d11wtq/boris suggests installing ext-readline (*)
[nrfiorg@nrfi.org] (development) d11wtq/boris suggests installing ext-pcntl (*)
[nrfiorg@nrfi.org] (development) laravel/framework suggests installing doctrine/dbal (Allow renaming columns and dropping SQLite columns.)
[nrfiorg@nrfi.org] (development) maximebf/debugbar suggests installing kriswallsmith/assetic (The best way to manage assets)
[nrfiorg@nrfi.org] (development) anahkiasen/rocketeer suggests installing anahkiasen/rocketeer-campfire (Campfire plugin to create deployments notifications)
[nrfiorg@nrfi.org] (development) anahkiasen/rocketeer suggests installing anahkiasen/rocketeer-slack (Slack plugin to create deployments notifications)
[nrfiorg@nrfi.org] (development) anahkiasen/rocketeer suggests installing ext-pcntl (Allow parallel deployments)
[nrfiorg@nrfi.org] (development) aws/aws-sdk-php suggests installing ext-apc (Allows service description opcode caching, request and response caching, and credentials caching)
[nrfiorg@nrfi.org] (development) aws/aws-sdk-php suggests installing doctrine/cache (Adds support for caching of credentials and responses)
[nrfiorg@nrfi.org] (development) aws/aws-sdk-php suggests installing symfony/yaml (Eases the ability to write manifests for creating jobs in AWS Import/Export)
[nrfiorg@nrfi.org] (development) thomaswelton/gravatarlib suggests installing twig/twig (>=1.4.0)
[nrfiorg@nrfi.org] (development) phpdocumentor/reflection-docblock suggests installing dflydev/markdown (1.0.*)
[nrfiorg@nrfi.org] (development) phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~0.7)
[nrfiorg@nrfi.org] (development) barryvdh/laravel-ide-helper suggests installing doctrine/dbal (Load information from the database about models for phpdocs (~2.3))
[nrfiorg@nrfi.org] (development) imagine/imagine suggests installing ext-imagick (to use the Imagick implementation)
[nrfiorg@nrfi.org] (development) imagine/imagine suggests installing ext-gmagick (to use the Gmagick implementation)
[nrfiorg@nrfi.org] (development) intervention/image suggests installing intervention/imagecache (Caching extension for the Intervention Image library)
[nrfiorg@nrfi.org] (development) intervention/image suggests installing ext-imagick (to use Imagick based image processing.)
[nrfiorg@nrfi.org] (development) Generating autoload files
[nrfiorg@nrfi.org] (development) Writing lock file
[nrfiorg@nrfi.org] (development) {"error":{"type":"ErrorException","message":"date_default_timezone_set(): Timezone ID '' is invalid","file":"\/home\/nrfiorg\/sites\/clients\/gsmn-aca\/releases\/20140816123308\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/start.php","line":167}}
[nrfiorg@nrfi.org] (development) {"error":{"type":"ErrorException","message":"date_default_timezone_set(): Timezone ID '' is invalid","file":"\/home\/nrfiorg\/sites\/clients\/gsmn-aca\/releases\/20140816123308\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/start.php","line":167}}
Setting permissions for /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/database/production.sqlite
$ cd /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308
$ chmod -R 755 /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/database/production.sqlite
$ chmod -R g+s /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/database/production.sqlite
[nrfiorg@nrfi.org] (development) stdin: is not a tty
Setting permissions for /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage
$ cd /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308
$ chmod -R 755 /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage
$ chmod -R g+s /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage
[nrfiorg@nrfi.org] (development) stdin: is not a tty
Setting permissions for /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/public
$ cd /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308
$ chmod -R 755 /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/public
$ chmod -R g+s /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/public
[nrfiorg@nrfi.org] (development) stdin: is not a tty
|------ Running strategy for Migrate: Artisan
|---- Running: Migrate (Migrates and/or seed the database) [~0.01s]
Sharing file /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage/logs
$ rm -rf /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage/logs
[nrfiorg@nrfi.org] (development) stdin: is not a tty
$ ln -s /home/nrfiorg/sites/clients/gsmn-aca/shared/app/storage/logs /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage/logs
[nrfiorg@nrfi.org] (development) stdin: is not a tty
Sharing file /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage/sessions
$ rm -rf /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage/sessions
[nrfiorg@nrfi.org] (development) stdin: is not a tty
$ ln -s /home/nrfiorg/sites/clients/gsmn-aca/shared/app/storage/sessions /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308/app/storage/sessions
[nrfiorg@nrfi.org] (development) stdin: is not a tty
$ rm -rf /home/nrfiorg/sites/clients/gsmn-aca/current
[nrfiorg@nrfi.org] (development) stdin: is not a tty
$ ln -s /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308 /home/nrfiorg/sites/clients/gsmn-aca/current
[nrfiorg@nrfi.org] (development) stdin: is not a tty
The tasks queue was canceled by task "Deploy"
Execution time: 134.445s
<?php return array(
// This file is located in ~/sites/deployment/gsmn-aca/app/config/packages/anahkiasen/rocketeer/connections/development
// Remote server
//////////////////////////////////////////////////////////////////////
// Variables about the servers. Those can be guessed but in
// case of problem it's best to input those manually
'variables' => array(
'directory_separator' => '/',
'line_endings' => "\n",
),
// The number of releases to keep at all times
'keep_releases' => 4,
// Folders
////////////////////////////////////////////////////////////////////
// The root directory where your applications will be deployed
'root_directory' => '/home/nrfiorg/sites/clients',
// The folder the application will be cloned in
// Leave empty to use `application_name` as your folder name
'app_directory' => 'gsmn-aca',
// A list of folders/file to be shared between releases
// Use this to list folders that need to keep their state, like
// user uploaded data, file-based databases, etc.
'shared' => array(
'{path.storage}/logs',
'{path.storage}/sessions'
),
// Execution
//////////////////////////////////////////////////////////////////////
// If enabled will force a shell to be created
// which is requried for some tools like RVM or NVM
'shell' => false,
// An array of commands to run under shell
'shelled' => ['npm ', 'bundle ', 'grunt'],
// Permissions
////////////////////////////////////////////////////////////////////
'permissions' => array(
// The folders and files to set as web writable
// You can pass paths in brackets, so {path.public} will return
// the correct path to the public folder
'files' => array(
'app/database/production.sqlite',
'{path.storage}',
'{path.public}',
),
// Here you can configure what actions will be executed to set
// permissions on the folder above. The Closure can return
// a single command as a string or an array of commands
'callback' => function ($task, $file) {
return array(
sprintf('chmod -R 755 %s', $file),
sprintf('chmod -R g+s %s', $file),
// sprintf('chown -R www-data:www-data %s', $file),
);
},
),
);
<?php
return array(
// This file is located in ~/sites/deployment/gsmn-aca/app/config/packages/anahkiasen/rocketeer
// Remote server
//////////////////////////////////////////////////////////////////////
// Variables about the servers. Those can be guessed but in
// case of problem it's best to input those manually
'variables' => array(
'directory_separator' => '/',
'line_endings' => "\n",
),
// The number of releases to keep at all times
'keep_releases' => 4,
// Folders
////////////////////////////////////////////////////////////////////
// The root directory where your applications will be deployed
'root_directory' => '/home/nrfiorg/sites/clients',
// The folder the application will be cloned in
// Leave empty to use `application_name` as your folder name
'app_directory' => 'gsmn-aca',
// A list of folders/file to be shared between releases
// Use this to list folders that need to keep their state, like
// user uploaded data, file-based databases, etc.
'shared' => array(
'{path.storage}/logs',
'{path.storage}/sessions'
),
// Execution
//////////////////////////////////////////////////////////////////////
// If enabled will force a shell to be created
// which is requried for some tools like RVM or NVM
'shell' => false,
// An array of commands to run under shell
'shelled' => ['npm ', 'bundle ', 'grunt'],
// Permissions
////////////////////////////////////////////////////////////////////
'permissions' => array(
// The folders and files to set as web writable
// You can pass paths in brackets, so {path.public} will return
// the correct path to the public folder
'files' => array(
'app/database/production.sqlite',
'{path.storage}',
'{path.public}',
),
// Here you can configure what actions will be executed to set
// permissions on the folder above. The Closure can return
// a single command as a string or an array of commands
'callback' => function ($task, $file) {
return array(
sprintf('chmod -R 755 %s', $file),
sprintf('chmod -R g+s %s', $file),
// sprintf('chown -R www-data:www-data %s', $file),
);
},
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment