The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
mod_rails and Capistrano

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Tom Copeland

Posts: 486
Nickname: tcopeland
Registered: Nov, 2004

Tom Copeland is a junior developer.
mod_rails and Capistrano Posted: May 14, 2008 12:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Tom Copeland.
Original Post: mod_rails and Capistrano
Feed Title: Junior developer
Feed URL: http://tomcopeland.blogs.com/juniordeveloper/index-ruby.rdf
Feed Description: puts "Hello world!"
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Tom Copeland
Latest Posts From Junior developer

Advertisement
Here's the Capistrano code I've been using with mod_rails: namespace :deploy do desc "Restarting mod_rails with restart.txt" task :restart, :roles => :app, :except => { :no_release => true } do run "touch #{current_path}/tmp/restart.txt" end [:start, :stop].each do |t| desc "#{t}...

Read: mod_rails and Capistrano

Topic: sudo: no passwd entry for app! (Capistrano) Previous Topic   Next Topic Topic: Motivation and goals

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use