0
votes
1answer
7 views
Have Capistrano Insert Password From Prompt Into Environment.rb File
I am using Action Mailer and have my configuration settings for Action Mailer in my environment.rb file. I would like to post my project in a public repository along with an environment.rb file, but I …
0
votes
1answer
6 views
capistrano error on cached-copy
I am receiving the following error when running a cap deploy:update
failed: "sh -c 'if [ -d /home/deployer/apps/all_bout_texas/shared/cached-copy ]; then cd …
0
votes
2answers
45 views
deployment problem on Ruby on Rails
Hi
when do the cap deploy for my Ruby on Rails application. i faced the following error.
cap deploy
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing …
7
votes
2answers
128 views
Is there a Perl or Lua alternative to Capistrano?
For a number of web-applications I need something like Capistrano to automate deployment. I know Capistrano can be used to deploy non-ruby applications but I'm not familiar with Ruby, so I expect …
0
votes
1answer
15 views
Capistrano Hates Gemspecs
I'm deploying a rails app on Slicehost using Capistrano. Part of the process of deployment involves rebuilding a gem and installing it.
Deploying the code to the server via git scm works fine, but …
0
votes
3answers
26 views
Capistrano not restarting
Capistrano is deploying cold, deploying updates and uploading the symlink fine. It will not however restart.
I notice that permission is denied on the /script/process/reaper file. I have found a …
0
votes
1answer
28 views
css files not loading after capistrano deploy
Hey Guys,
I have noticed that after I do a deploy via capistrano, the static css files dont seem to be loading, this is true when I specially specify
<%= stylesheet_link_tag 'resume',:cache => …
1
vote
3answers
64 views
Capistrano custom task fails because “Rails requires RubyGems >= 1.3.2”
My custom capistrano task "app:sample" fails with the following error message:
mnylen ilmo-on-rails $ cap app:sample
* executing `app:sample'
* executing "export RAILS_ENV=production; cd …
1
vote
4answers
40 views
How to use a Rails environment variable in Capistrano deploy script?
If I have a constant in my Rails environment.rb, for example...
SOME_CONSTANT = 3
Is it possible to access this in my capistrano deploy.rb somehow? It seems simple but I can't figure out how.
0
votes
5answers
58 views
Don’t know how to build task ‘gems:install’
hi all
I am deploying my rails app to a linux server and i have some of the rake tasks missing inlcuding rake gems:install and rake db
I am running rails 2.3.4 from GEM.
Does anyone know why this …
2
votes
1answer
57 views
Automate deployment of files to Amazon S3?
I have a Rails project that I will be deploying to the spectacularly awesome Heroku.
I would really like to be able to automate pushing my resources to Amazon S3 automatically, resources in this case …
0
votes
2answers
95 views
How to deploy resque workers in production?
The GitHub guys recently released their background processing app which uses Redis:
http://github.com/defunkt/resque
http://github.com/blog/542-introducing-resque
I have it working locally, but I'm …
1
vote
3answers
35 views
Multiple webs on a server using capistrano
Is there any way to configure Capistrano for deploying many webs on a server?
I would like to have a project on port 80 an other project on port 1000 and manage each one with different dbs.
0
votes
1answer
37 views
Connection Failed when Deploying with Capistrano in Snow Leopard
I'm trying to deploy a PHP project using Capistrano. When I try to do a cap deploy, I get an error:
wes:/var/www/nipponpulse [svn:] → cap deploy
* executing `deploy'
** transaction: start
* …
2
votes
1answer
41 views
Starting delayed_job at startup
I'm using delayed_job with capistrano and would like a way to start delayed_job on startup of the web application using the 'script/delayed_job start'. This way capistrano can restart it on deploy. …
