Capistrano

Hi,

I’ve seen Capistrano mentioned so googled it. I get capify.org, click
on it
and get:

Index of /

Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5
mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server
at
www.capify.org Port 80

Am I looking in the right place?

Thanks
Adrian

capistrano is a gem that simplifies deployment a LOT

and their site seems to be down

I think it complicates deployment a lot, take a look at Inploy :slight_smile:

On Tue, Sep 21, 2010 at 1:33 PM, radhames brito [email protected]
wrote:

.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Diego Carrion
http://www.diegocarrion.com
http://www.mouseoverstudio.com/blog/
http://www.twitter.com/dcrec1
http://www.workingwithrails.com/person/13580-diego-carrion

Diego Carrion wrote:

I think it complicates deployment a lot,

Not in my experience. (I like Capistrano a lot. Probably 99% of the
Rails community uses it.)

take a look at Inploy :slight_smile:

I will. What does it do better or differently than Cap, in your
opinion?

Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Hi Marnen,

99% of the Rails community use Capistrano and 99% of the deployment
scripts
have a lot of things in common. Inploy encapsulates this things. An
Inploy
script usually takes 3 ou 4 lines, it does the things that most people
wants
by default.

cheers

On Tue, Sep 21, 2010 at 9:42 PM, Marnen Laibow-Koser
[email protected]wrote:

“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected][email protected]
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Diego Carrion
http://www.diegocarrion.com
http://www.mouseoverstudio.com/blog/
http://www.twitter.com/dcrec1
http://www.workingwithrails.com/person/13580-diego-carrion

Hi radhmes,

here is a little bit outdated video:

now you can configure Inploy like this:

application = ‘panthers’

instead of:

config.application = ‘panthers’

and call

inploy
inploy setup

instead of

rake inploy:remote:update
rake inploy:remote:setup

cheers

On Tue, Sep 28, 2010 at 9:35 PM, radhames brito [email protected]
wrote:

For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Diego Carrion
http://www.diegocarrion.com
http://www.mouseoverstudio.com/blog/
http://www.twitter.com/dcrec1
http://www.workingwithrails.com/person/13580-diego-carrion

@diego is there a video tutorial around?

ill be testing this look very interesting