Displaying 5 results from an estimated 5 matches for "remote_cache".
2009 Feb 15
2
Execute cap deploy:migrations fails
..._NAME''
set :domain, ''DOMAIN_NAME''
set :application, ''APP_NAME''
# the rest should be good
set :repository, "#{user}@#{domain}:home/#{user}/#{domain}/git/#
{application}.git"
set :deploy_to, "/home/#{user}/#{domain}"
set :deploy_via, :remote_cache
set :scm, ''git''
set :branch, ''master''
set :git_shallow_clone, 1
set :scm_verbose, true
set :use_sudo, false
server domain, :app, :web
role :db, domain, :primary => true
namespace :deploy do
task :restart do
run "touch #{current_path}/tmp/restart.t...
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
...uot;git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:myrepo/myapp.git"
set :branch, "bkpantesbootstrap" # "master"
set :scm, "git" # :git
set :user, "myuser"
set :deploy_to, "/home/myuser/apps/#{application}"
set :deploy_via, :copy # :remote_cache
set :copy_strategy, :export
set :use_sudo, false
set :keep_releases, 3
role :web, ''xxx.xx.xx.xx'' # # Your HTTP server, Apache/etc
role :app, ''xxx.xx.xx.xx'' # This may be the same
as your `Web` server
role :db, ''xxx.xx....
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys.
I am starting out with puppet and am in the process of writing a
bootstrap script for the clients and a capistrano recipe for the
server. I have the client bootstrap done which installs ruby, puppet,
sets a host name, and then points the client at the puppet server and
now I am in the process of setting up the puppet server.
My first attempt was to set up a git project for puppet, an
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
...ation, "myapp1"
set :repository, "git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:xxxxxxxx/myapp1.git"
set :branch, "master"
set :scm, "git"
set :user, "myapp1"
set :deploy_to, "/home/myapp1/apps/#{application}"
set :deploy_via, :remote_cache
set :copy_strategy, :export
set :use_sudo, false
set :keep_releases, 3
role :web, ''my IP''
role :app, ''my IP''
role :db, ''my IP'', :primary => true
set :port, 22
after ''deploy:update_code'' do...
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together
because many people say it''s a good combination to use. I already have
apache setup (was using it with the PHP version of my site formerly).
I''ve installed all gems and dependencies that I need on my slice (using
slicehost).
I have a fully pushed git repository (master) on github (private git)
with one