public
Fork of planetargon/boxcar-conductor
Description: Plugin for Rails to enhance the deployment process to RailsBoxcar.com instances
Homepage: http://railsboxcar.com/
Clone URL: git://github.com/robbyrussell/boxcar-conductor.git
* Fixed install.rb to say "boxcar:config" instead of "boxcar:setup"
demonbane (author)
Thu Apr 17 17:12:15 -0700 2008
commit  2ba17bfae33c6ae3e9a0aa893c34108120a46d5a
tree    4033ce90a8fdbab3d036e3eac5b29c87af6c42ff
parent  7be1a870fa4be22fe47630e2322dc2a67fa5e102
...
16
17
18
19
 
20
21
22
23
24
 
...
16
17
18
 
19
20
21
22
 
23
24
0
@@ -16,8 +16,8 @@ begin
0
   puts "# Boxcar Conductor -- INSTALLED! "
0
   puts "# Next steps:"
0
   puts "# 1. Edit config/deploy.rb"
0
- puts "# 2. Run cap boxcar:setup"
0
+ puts "# 2. Run cap boxcar:config"
0
   puts "#############################################"
0
 rescue Exception => e
0
   puts "There are problems copying Boxcar configuration files to you app: #{e.message}"
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.