Created
August 16, 2014 12:47
-
-
Save alisamii/3fec3b84cdb998778aef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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') | |
), | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|-- 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 "[email protected]:aca.git" "/home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308" --branch="develop" --depth="1" | |
[[email protected]] (development) stdin: is not a tty | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (development) stdin: is not a tty | |
[[email protected]] (development) Loading composer repositories with package information | |
[[email protected]] (development) Installing dependencies (including require-dev) | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/translation (2.5.x-dev ae573e4) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/security-core (2.5.x-dev 315ff83) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/routing (2.5.x-dev 1c285e6) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/process (2.5.x-dev 56db723) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing psr/log (dev-master a78d650) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/debug (2.5.x-dev 189da71) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/http-foundation (2.5.x-dev 2fcb28a) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/event-dispatcher (dev-master 68ab3c3) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/http-kernel (2.5.x-dev c90d181) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/finder (2.5.x-dev 01284e1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/dom-crawler (2.5.x-dev 9cb8aae) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/css-selector (2.5.x-dev e24b821) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/console (2.5.x-dev 748beed) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/browser-kit (2.5.x-dev ecb0e1a) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing swiftmailer/swiftmailer (dev-master 62478c4) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing stack/builder (dev-master b140838) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing predis/predis (0.8.x-dev 4123fcd) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing phpseclib/phpseclib (dev-master 0d7e919) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing patchwork/utf8 (v1.1.25) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing nesbot/carbon (1.10.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing monolog/monolog (dev-master 12545cd) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing nikic/php-parser (0.9.x-dev ef70767) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing jeremeamia/superclosure (1.0.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing filp/whoops (1.1.2) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) - Installing ircmaxell/password-compat (1.0.x-dev 1fc1521) | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing d11wtq/boris (v1.0.8) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/filesystem (dev-master 0eb05b7) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing classpreloader/classpreloader (dev-master 2c9f3bc) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing laravel/framework (4.2.x-dev 3576e55) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing anahkiasen/html-object (1.4.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing anahkiasen/former (dev-master 023c7e3) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing kzykhys/parallel (v0.1.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing anahkiasen/rocketeer (dev-develop 81d3f3b) | |
[[email protected]] (development) Downloading: connection... | |
[[email protected]] (development) | |
[[email protected]] (development) Downloading: 100% | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing doctrine/inflector (v1.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing knplabs/knp-snappy (dev-master 6808b99) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing barryvdh/laravel-snappy (dev-master dd0522e) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing cartalyst/support (dev-master 3ee1127) | |
[[email protected]] (development) Downloading: connection... | |
[[email protected]] (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) | |
[[email protected]] (development) - Installing cartalyst/support (dev-master 3ee1127) | |
[[email protected]] (development) Now trying to download from source | |
[[email protected]] (development) Cloning 3ee1127a37c4a54eac0a6fd2c06314dbbdf69c6a | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing cartalyst/sentinel (dev-master bc9d99a) | |
[[email protected]] (development) Downloading: connection... | |
[[email protected]] (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) | |
[[email protected]] (development) Now trying to download from source | |
- Installing cartalyst/sentinel (dev-master bc9d99a) | |
[[email protected]] (development) Cloning bc9d99a07c8f0f6982b5c5e340d2c6199e705f41 | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing creolab/laravel-modules (dev-master 7700134) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing daylerees/sanitizer (dev-master de00959) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing fitztrev/laravel-html-minify (dev-master 8005fc4) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing frozennode/administrator (dev-master da26997) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing fzaninotto/faker (v1.3.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing greggilbert/recaptcha (dev-master c2f49a5) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing h4cc/wkhtmltoimage-amd64 (0.12.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing h4cc/wkhtmltoimage-i386 (0.12.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing h4cc/wkhtmltopdf-amd64 (0.12.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing h4cc/wkhtmltopdf-i386 (0.12.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing mtdowling/cron-expression (v1.0.3) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing wp-cli/php-cli-tools (v0.9.4-patch46) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing indatus/dispatcher (dev-master c12d1bb) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing guzzle/guzzle (v3.9.2) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing aws/aws-sdk-php (dev-master b70825e) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing aws/aws-sdk-php-laravel (1.1.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing schickling/backup (dev-master a62b945) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) - Installing laracasts/utilities (1.0.1) | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing mailchimp/mailchimp (2.0.5) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing hugofirth/mailchimp (v2.0.3) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing thomaswelton/gravatarlib (0.1.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) - Installing thomaswelton/laravel-gravatar (0.0.2) | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing venturecraft/revisionable (1.12.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing way/generators (2.6.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing asm89/stack-cors (0.2.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing barryvdh/laravel-cors (v0.2.2) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing maximebf/debugbar (dev-master 4a660ce) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing barryvdh/laravel-debugbar (dev-master f088d86) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing barryvdh/laravel-elfinder (v0.1.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing phpdocumentor/reflection-docblock (dev-master 38743b6) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing symfony/class-loader (dev-master 206de04) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing barryvdh/laravel-ide-helper (dev-master 19aa77a) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing barryvdh/laravel-translation-manager (v0.1.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing baum/baum (1.0.11) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing bugsnag/bugsnag (dev-master 964f18b) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing bugsnag/bugsnag-laravel (v1.0.9) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing imagine/imagine (0.5.x-dev 343580f) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing codesleeve/stapler (v1.0.01) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing codesleeve/laravel-stapler (v1.0.01) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing cviebrock/eloquent-sluggable (2.0.3) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing davejamesmiller/laravel-breadcrumbs (2.2.2) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing intervention/image (2.0.7) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing mustache/mustache (v2.6.1) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing laracasts/commander (1.3.10) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing laracasts/validation (1.2.2) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing phpoffice/phpexcel (1.8.0) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing maatwebsite/excel (1.2.x-dev 35b1e9d) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) - Installing robclancy/presenter (dev-master 06d6e16) | |
[[email protected]] (development) Loading from cache | |
[[email protected]] (development) | |
[[email protected]] (development) symfony/translation suggests installing symfony/config () | |
[[email protected]] (development) symfony/translation suggests installing symfony/yaml () | |
[[email protected]] (development) symfony/security-core suggests installing symfony/validator (For using the user password constraint) | |
[[email protected]] (development) symfony/security-core suggests installing symfony/expression-language (For using the expression voter) | |
[[email protected]] (development) symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader) | |
[[email protected]] (development) symfony/routing suggests installing symfony/yaml (For using the YAML loader) | |
[[email protected]] (development) symfony/routing suggests installing doctrine/annotations (For using the annotation loader) | |
[[email protected]] (development) symfony/routing suggests installing symfony/expression-language (For using expression matching) | |
[[email protected]] (development) symfony/event-dispatcher suggests installing symfony/dependency-injection () | |
[[email protected]] (development) symfony/http-kernel suggests installing symfony/config () | |
[[email protected]] (development) symfony/http-kernel suggests installing symfony/dependency-injection () | |
[[email protected]] (development) predis/predis suggests installing ext-phpiredis (Allows faster serialization and deserialization of the Redis protocol) | |
[[email protected]] (development) phpseclib/phpseclib suggests installing ext-gmp (Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.) | |
[[email protected]] (development) phpseclib/phpseclib suggests installing pear-pear/PHP_Compat (Install PHP_Compat to get phpseclib working on PHP < 4.3.3.) | |
[[email protected]] (development) monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required)) | |
[[email protected]] (development) monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server) | |
[[email protected]] (development) monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server) | |
[[email protected]] (development) monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server) | |
[[email protected]] (development) monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server) | |
[[email protected]] (development) monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server) | |
[[email protected]] (development) monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar) | |
[[email protected]] (development) monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib) | |
[[email protected]] (development) d11wtq/boris suggests installing ext-readline (*) | |
[[email protected]] (development) d11wtq/boris suggests installing ext-pcntl (*) | |
[[email protected]] (development) laravel/framework suggests installing doctrine/dbal (Allow renaming columns and dropping SQLite columns.) | |
[[email protected]] (development) maximebf/debugbar suggests installing kriswallsmith/assetic (The best way to manage assets) | |
[[email protected]] (development) anahkiasen/rocketeer suggests installing anahkiasen/rocketeer-campfire (Campfire plugin to create deployments notifications) | |
[[email protected]] (development) anahkiasen/rocketeer suggests installing anahkiasen/rocketeer-slack (Slack plugin to create deployments notifications) | |
[[email protected]] (development) anahkiasen/rocketeer suggests installing ext-pcntl (Allow parallel deployments) | |
[[email protected]] (development) aws/aws-sdk-php suggests installing ext-apc (Allows service description opcode caching, request and response caching, and credentials caching) | |
[[email protected]] (development) aws/aws-sdk-php suggests installing doctrine/cache (Adds support for caching of credentials and responses) | |
[[email protected]] (development) aws/aws-sdk-php suggests installing symfony/yaml (Eases the ability to write manifests for creating jobs in AWS Import/Export) | |
[[email protected]] (development) thomaswelton/gravatarlib suggests installing twig/twig (>=1.4.0) | |
[[email protected]] (development) phpdocumentor/reflection-docblock suggests installing dflydev/markdown (1.0.*) | |
[[email protected]] (development) phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~0.7) | |
[[email protected]] (development) barryvdh/laravel-ide-helper suggests installing doctrine/dbal (Load information from the database about models for phpdocs (~2.3)) | |
[[email protected]] (development) imagine/imagine suggests installing ext-imagick (to use the Imagick implementation) | |
[[email protected]] (development) imagine/imagine suggests installing ext-gmagick (to use the Gmagick implementation) | |
[[email protected]] (development) intervention/image suggests installing intervention/imagecache (Caching extension for the Intervention Image library) | |
[[email protected]] (development) intervention/image suggests installing ext-imagick (to use Imagick based image processing.) | |
[[email protected]] (development) Generating autoload files | |
[[email protected]] (development) Writing lock file | |
[[email protected]] (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}} | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (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 | |
[[email protected]] (development) stdin: is not a tty | |
$ rm -rf /home/nrfiorg/sites/clients/gsmn-aca/current | |
[[email protected]] (development) stdin: is not a tty | |
$ ln -s /home/nrfiorg/sites/clients/gsmn-aca/releases/20140816123308 /home/nrfiorg/sites/clients/gsmn-aca/current | |
[[email protected]] (development) stdin: is not a tty | |
The tasks queue was canceled by task "Deploy" | |
Execution time: 134.445s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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), | |
); | |
}, | |
), | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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