Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
deprec-3.1.0.rc14
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Jul 28, 2011
1 parent 8f02d2d commit cf9cac4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,6 +1,11 @@
deprec changelog
================

= 3.1.0.rc14 (Jul 28, 2011)

* Set default roles for apache and git recipes
* Move rubygem dependencies out into deprec-core

= 3.1.0.rc13 (Jul 22, 2011)

* temp fix - canonical service names not working
Expand Down
6 changes: 3 additions & 3 deletions docs/README.rails
Expand Up @@ -5,7 +5,7 @@ The rack recipes should work with any rack app.

*Quickstart*

$ cap deprec:rack:install_stack
$ cap deprec:rack:install_stack HOSTS=mbailey@lucid

$ cd your_rails_app
$ depify .
Expand All @@ -15,9 +15,9 @@ The rack recipes should work with any rack app.
# database server that has already been installed.
$ cap deprec:db:install

$ cap deploy:setup HOSTS=mbailey@uat
$ cap deploy:setup HOSTS=mbailey@lucid

$ cap deprec:rack:config HOSTS=mbailey@uat
$ cap deprec:rack:config HOSTS=mbailey@lucid

# ssh to git@github.com from uat and accept hostkey
$ cap deploy
2 changes: 1 addition & 1 deletion lib/deprec/version.rb
@@ -1,3 +1,3 @@
module Deprec
VERSION = "3.1.0.rc13"
VERSION = "3.1.0.rc15"
end

0 comments on commit cf9cac4

Please sign in to comment.