Hi Christophe,
 Please find my responses inline below.

2009/4/1 Christophe <[email protected]>

>
> Hello, I'm new to Capistrano and I need some help for my first steps :
> - Where can I find documentation about all the commands allowed in a
> Capfile ? Sorry if I missed this


There is a growing set of documentation in our wiki - specifically
the Action Module and Config Module pages.
You can find the wiki at http://wiki.capify.org/ the two aforementioned
pages are on the homepage.


>
> - How do I deploy on localhost (I mean, without ssh session, just a
> local shell), this is because I have a private development version and
> a public (for my client) on the same machine


You don't - you can configure a local loopback SSH connection -- install an
open SSH server, or ensure you can SSH back into your own machine, you can
use the capistrano multistage to achieve both a "local" setup and a
production one (amongst other configurations) - you can find the `official`
multistage information here
http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage - with another
implementation that I developed with fewer dependencies here
http://lee.hambley.name/2009/02/capistrano-with-yaml-configuration


>
> - How can I use Capistrano if I don't have a public code repository
> available for both servers (deployer and deploy_to) as stated in
> 'Getting started'


There is a "copy" deploy stragegy that uses SFTP and Tar to transport the
most recent version of your code to the deployment target.. you can read a
little more here:
http://wiki.capify.org/index.php/Understanding_Deployment_Strategies#Deploy_Strategy_:copy


>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to