Created
January 18, 2015 14:51
-
-
Save beck03076/ee421f6cc62a6b64fae3 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
[beck@localhost organizor]$ mina deploy --verbose | |
-----> Using RVM environment 'ruby-2.1.2' | |
$ rvm use "ruby-2.1.2" --create | |
Using /home/deployer/.rvm/gems/ruby-2.1.2 | |
-----> Creating a temporary build path | |
$ touch "deploy.lock" | |
$ mkdir -p "$build_path" | |
$ cd "$build_path" | |
-----> Fetching new git commits | |
$ (cd "/home/deployer/apps/organizor/scm" && git fetch "https://github.com/beck03076/organizor.git" "redesign-new:redesign-new" --force) | |
remote: Counting objects: 4, done. | |
remote: Compressing objects: 100% (4/4), done. | |
remote: Total 4 (delta 0), reused 0 (delta 0) | |
Unpacking objects: 100% (4/4), done. | |
From https://github.com/beck03076/organizor | |
144bd7d..ba9d671 redesign-new -> redesign-new | |
-----> Using git branch 'redesign-new' | |
$ git clone "/home/deployer/apps/organizor/scm" . --recursive --branch "redesign-new" | |
Cloning into '.'... | |
done. | |
-----> Using this git commit | |
$ git --no-pager log --format='%aN (%h):%n> %s' -n 1 | |
Mothirajha (ba9d671): | |
> [Database] added database.yml | |
$ rm -rf .git | |
-----> Installing gem dependencies using Bundler | |
$ mkdir -p "/home/deployer/apps/organizor/shared/bundle" | |
$ mkdir -p "./vendor" | |
$ ln -s "/home/deployer/apps/organizor/shared/bundle" "./vendor/bundle" | |
$ bundle install --without development:test --path "./vendor/bundle" --deployment | |
Using rake 10.2.2 | |
Using i18n 0.6.1 | |
Using multi_json 1.9.2 | |
Using activesupport 3.2.13 | |
Using builder 3.0.4 | |
Using activemodel 3.2.13 | |
Using erubis 2.7.0 | |
Using journey 1.0.4 | |
Using rack 1.4.5 | |
Using rack-cache 1.2 | |
Using rack-test 0.6.2 | |
Using hike 1.2.3 | |
Using tilt 1.4.1 | |
Using sprockets 2.2.2 | |
Using actionpack 3.2.13 | |
Using mime-types 1.25.1 | |
Using polyglot 0.3.4 | |
Using treetop 1.4.15 | |
Using mail 2.5.4 | |
Using actionmailer 3.2.13 | |
Using arel 3.0.3 | |
Using tzinfo 0.3.39 | |
Using activerecord 3.2.13 | |
Using activeresource 3.2.13 | |
Using addressable 2.3.6 | |
Using ansi 1.4.3 | |
Using atomic 1.1.16 | |
Using encryptor 1.3.0 | |
Using attr_encrypted 1.3.2 | |
Using extlib 0.9.16 | |
Using autoparse 0.3.3 | |
Using bcrypt 3.1.7 | |
Using bcrypt-ruby 3.1.5 | |
Using rack-ssl 1.3.4 | |
Using json 1.8.1 | |
Using rdoc 3.12.2 | |
Using thor 0.19.1 | |
Using railties 3.2.13 | |
Using jquery-rails 3.1.0 | |
Using bundler 1.6.2 | |
Using rails 3.2.13 | |
Using best_in_place 2.1.0 | |
Using cancan 1.6.10 | |
Using carrierwave 0.10.0 | |
Using timers 1.1.0 | |
Using celluloid 0.15.2 | |
Using coffee-script-source 1.7.0 | |
Using execjs 2.0.2 | |
Using coffee-script 2.2.0 | |
Using coffee-rails 3.2.2 | |
Using connection_pool 2.0.0 | |
Using cookiejar 0.3.2 | |
Using daemons 1.1.9 | |
Using data-confirm-modal 1.0.1 from git://github.com/ifad/data-confirm-modal.git (at master) | |
Using deep_cloneable 1.5.5 | |
Using orm_adapter 0.5.0 | |
Using thread_safe 0.3.1 | |
Using warden 1.2.3 | |
Using devise 3.2.4 | |
Using devise-async 0.9.0 | |
Using devise_invitable 1.3.4 | |
Using unf_ext 0.0.6 | |
Using unf 0.1.4 | |
Using domain_name 0.5.23 | |
Using eventmachine 1.0.3 | |
Using em-socksify 0.3.0 | |
Using http_parser.rb 0.6.0 | |
Using em-http-request 1.1.2 | |
Using money 5.1.1 | |
Using mini_portile 0.5.3 | |
Using nokogiri 1.6.1 | |
Using eu_central_bank 0.3.7 | |
Using faker 1.3.0 | |
Using multipart-post 2.0.0 | |
Using faraday 0.9.0 | |
Using websocket-driver 0.3.2 | |
Using faye-websocket 0.7.2 | |
Using faye 1.0.1 | |
Using fullcalendar-rails 1.6.4.0 | |
Using jwt 0.1.11 | |
Using launchy 2.4.2 | |
Using retriable 1.4.1 | |
Using signet 0.5.0 | |
Using uuidtools 2.1.4 | |
Using google-api-client 0.7.1 | |
Using google_currency 3.0.0 | |
Using hashie 2.0.5 | |
Using hashr 0.0.22 | |
Using http-cookie 1.0.2 | |
Using httpclient 2.3.4.1 | |
Using impressionist 1.5.1 | |
Using sass 3.3.4 | |
Using sass-rails 3.2.6 | |
Using jquery-datatables-rails 1.12.2 from git://github.com/rweng/jquery-datatables-rails.git (at master) | |
Using jquery-fileupload-rails 0.4.1 | |
Using jquery-ui-rails 4.1.2 | |
Using kgio 2.9.3 | |
Using net-http-digest_auth 1.4 | |
Using net-http-persistent 2.9.4 | |
Using ntlm-http 0.1.1 | |
Using webrobots 0.1.1 | |
Using mechanize 2.7.2 | |
Using open4 1.3.4 | |
Using mina 0.3.1 | |
Using subexec 0.2.3 | |
Using mini_magick 3.7.0 | |
Using money-rails 0.8.1 | |
Using multi_xml 0.5.5 | |
Using mysql2 0.3.15 | |
Using nested_form 0.3.2 from git://github.com/ryanb/nested_form.git (at master) | |
Using private_pub 1.0.3 | |
Using notifiably_audited 1.0.10 | |
Using notifiably_audited-activerecord 1.0.10 | |
Using oauth2 0.9.3 | |
Using omniauth 1.2.1 | |
Using omniauth-oauth2 1.1.2 | |
Using omniauth-google-oauth2 0.2.2 | |
Using pdf-core 0.2.5 | |
Using polyamorous 0.6.4 | |
Using populator 1.0.0 | |
Using ttfunk 1.1.1 | |
Using prawn 1.0.0 | |
Using rack-protection 1.5.3 | |
Using raindrops 0.13.0 | |
Using ransack 1.1.0 | |
Using redactor-rails 0.4.5 | |
Using redcarpet 3.1.1 | |
Using redis 3.0.7 | |
Using redis-namespace 1.4.1 | |
Using rest-client 1.6.7 | |
Using rmagick 2.13.2 | |
Using rubyzip 0.9.9 | |
Using see_more 0.0.13 | |
Using sidekiq 3.0.0 | |
Using simple_form 2.1.1 | |
Using sinatra 1.4.5 | |
Using temple 0.6.7 | |
Using slim 2.0.2 | |
Using thin 1.6.2 | |
Using tinymce-rails 4.0.19 | |
Using tire 0.6.0 | |
Using twitter-typeahead-rails 0.10.2 | |
Using uglifier 2.5.0 | |
Using unicorn 4.8.3 | |
Using wicked_pdf 0.9.10 | |
Using will_paginate 3.0.5 | |
Using wkhtmltopdf-binary 0.9.9.1 | |
Your bundle is complete! | |
Gems in the groups development and test were not installed. | |
It was installed into ./vendor/bundle | |
-----> DB migrations unchanged; skipping DB migration | |
-----> Skipping asset precompilation | |
$ cp -R "/home/deployer/apps/organizor/current/public/assets" "./public" | |
-----> Symlinking shared paths | |
$ mkdir -p "./config" | |
$ mkdir -p "." | |
$ rm -rf "./config/database.yml" | |
$ ln -s "/home/deployer/apps/organizor/shared/config/database.yml" "./config/database.yml" | |
$ rm -rf "./logtmp" | |
$ ln -s "/home/deployer/apps/organizor/shared/logtmp" "./logtmp" | |
-----> Build finished | |
-----> Moving build to releases/2 | |
$ mv "$build_path" "$release_path" | |
-----> Updating the current symlink | |
$ ln -nfs "$release_path" "current" | |
-----> Launching | |
$ cd "$release_path" | |
-----> Stop Unicorn | |
$ | |
test -s "/home/deployer/apps/organizor/shared/tmp/pids/unicorn.pid" && kill -QUIT `cat "/home/deployer/apps/organizor/shared/tmp/pids/unicorn.pid"` && echo "Stop Ok" && exit 0 | |
echo >&2 "Not running" | |
Stop Ok | |
-----> Start Unicorn | |
$ | |
cd /home/deployer/apps/organizor/current | |
bundle exec unicorn -c /home/deployer/apps/organizor/current/config/unicorn.rb -E production -D | |
-----> Done. Deployed v2 | |
Connection to 104.130.200.148 closed. | |
Elapsed time: 13.25 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment