You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the Capistrano remote management tool. Share tips and recipe files. Discuss the development of extensions and plugins, as well as the implementation of Capistrano itself.
|
|
|
remote end hung up unexpectedly but connection seems ok
|
| |
Hello, I'm using capistrano v2.15.4 , I anymore can deploy but my connection seems good and I have no error message. Here is some logs : * 2013-05-17 14:01:23 executing `deploy' * 2013-05-17 14:01:23 executing `deploy:update' ** transaction: start * 2013-05-17 14:01:23 executing `deploy:update_code'... more »
|
|
asset precompile, not noticing when images change
|
| |
So I remember that special logic by @ndbroadbent for asset compilation, that tried to only recompile assets when they really needed it, I think?
I forget if that ended up being Capistrano-specific, or built into rails, or what?
In whatever version of that code I'm using, it does not seem to notice... more »
|
|
slow `bundle:install` command during `deploy:finalize_update` task
|
| |
Hello, I'm trying to improve the speed of my deploy script. As it is now it works perfectly, but `bundle:install` is incredibly slow: it takes between 2 and 4 minutes every time. I noticed that Capistrano doesn't use the default directory for the user who executes the rack app server: ~/.rvm/.... Rather, it installs the gems in the vendor folder of each release. for... more »
|
|
What does -> "else" :: means ?
|
| |
Hello I've just upgraded to Capistrano v2.15.4 and when I deploy, I get new lines like * executing multiple commands in parallel -> "else" :: "cp - What does -> "else" mean ? Thanks ! Best regards Geoffroy
|
|
executing a task without triggered "chained callbacks" ?
|
| |
Hello Folks,
On my deploy.rb i have a few tasks which are chained to others, but some
times i would like to execute them without triggering the chained ones...
Am trying to find a "magic parameter" on docs, but perhaps am not the beset
doc explorer ( :
peace
|
|
How to bypass the warning when running 'rake sunspot:solr:reindex'?
|
| |
I am trying to deploy Sunspot Solr to a server using a Capistrano in my RoR application. I have a task to reindex: desc "reindex the whole database" task :reindex, :roles => :app do stop run "rm -rf #{shared_path}/solr/data" start run "cd #{current_path} && RAILS_ENV=#{rails_env} bundle exec rake... more »
|
|
Capistrano with Google Authenticator gatway.
|
| |
Hey guys, I need to deploy a server behind a security gateway (Google Authenticator). [link] My common process is: 1.- ssh user@gateway1 2.- Enter google authenticator password 3.- Enter user password 4.- <Inside> 5.- ssh app1 6.- deploy I tried using Capistrano gateway option but is not working.... more »
|
|
|