capistrano
Capistrano and PlayFramework
I\'m working on getting capistrano to publish my PlayFramework app, but I\'m having some troubles with the run command.[详细]
2023-04-05 07:28 分类:问答How to improve a 'rsync' command in order to create all sub-directories needed if those doesn't exist yet?
I am using Ruby on Rails and the Capistrano gem. I would like to improve the following command that runs in a recipe (I was inspired by the blog post \"Uploading files for enki using capistrano\"):[详细]
2023-04-05 05:38 分类:问答How to completely ignore directories that until now I was tracking under version control using git?
I am using Ruby on Rails, the Capistrano gem and git. I would like to do not put anymore under version control some directories that until now I was tracking.[详细]
2023-04-05 03:59 分类:问答Rake cannot find gems in vendor/gems
I\'m trying to publish a Rails 3.1 (upgraded from 3.0) application. After submitting the code I ran bundle install --path vendor/gems RAILS_ENV=production[详细]
2023-04-05 01:35 分类:问答Bundler + RVM + Passenger + Capistrano deployment & missing gems
I got the server with the configuration above. This is the important part of my deploy.rb recipe: $:.unshift(File.expand_path(\'./lib\', ENV[\'rvm_path\']))[详细]
2023-04-04 20:00 分类:问答How to just start 1 production Resque worker from Capistrano?
I\'ve got Redis/Resque installed but I\'m having a hard time starting/restarting it from Capistrano when I deploy.[详细]
2023-04-04 07:19 分类:问答Working Capistrano recipe for uploading precompiled Rails 3.1 assets to Amazon S3
We have a Rails 3.1 app that allows users to upload photos to Amazon S3. Since we\'re using S3 in production I\'d like to automatically (on cap deploy) also upload the precompiled assets (application.[详细]
2023-04-03 19:41 分类:问答Capistrano - Email pending changes after deploy
I\'ve been using this gist to send an email after deployment but I\'d like the message to contain the pending changes.[详细]
2023-04-03 15:16 分类:问答capistrano - write database.yml
I try to write an capistrano deploy script to set the database credentials through user input. In my deploy file:[详细]
2023-04-03 14:24 分类:问答Rails 3.1 - how can I tell if assets are precompiling on production?
Trying to get the hang of deploying a rails 3.1 App ... Based on what I\'ve read, I\'ve put the following code in my deploy.rb:[详细]
2023-04-03 09:22 分类:问答