[Rails] Switchtower Error
Jamis Buck
jamis at 37signals.com
Wed Feb 1 14:06:31 GMT 2006
On Jan 31, 2006, at 10:17 PM, Siva Jagadeesan wrote:
> This is my deploy file
>
> set :application, "varcasa stage"
> set :repository, "file:///c:/svnrepo/thenali/trunk"
SwitchTower does not work with file:// repositories. Please use
svn://, svn+ssh://, or http://.
- Jamis
>
> #
> ======================================================================
> =======
> # ROLES
> #
> ======================================================================
> =======
> # You can define any number of roles, each of which contains any
> number of
> # machines. Roles might include such things as :web, or :app,
> or :db, defining
> # what the purpose of each machine is. You can also specify options
> that can
> # be used to single out a specific subset of boxes in a particular
> role, like
> # :primary => true.
>
> role :web, "varcasa.com"
> role :app, "varcasa.com"
>
>
> When I try to do "setup" from my local system I am getting this
> following error
>
> rake aborted!
> getaddrinfo: no address associated with hostname.
> ./lib/tasks/switchtower.rake:17:in `switchtower_invoke'
>
>
> Any Ideas?
>
> --
>
> Rgds,
> --Siva Jagadeesan
> http://www.varcasa.com/
> My First Rails Project. Powered by Typo and soon by RForum too
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
More information about the Rails
mailing list