[Capistrano] Re: Deploy from Windows to Linux without SVN

2009-05-26 Thread byqsri
Ok I decide to install svn on my PC Now I have another question: 1)On production server I haven't svn. My PC is in a LAN. I think to use the Deploy Strategy :export . How can I do the deployment of code from my PC that isn't visible from internet? On 25 Mag, 17:58, Lee Hambley

[Capistrano] Re: Deploy from Windows to Linux without SVN

2009-05-26 Thread Lee Hambley
I already told you, go and read the wiki. 2009/5/26 byqsri marco.rizze...@gmail.com Ok I decide to install svn on my PC Now I have another question: 1)On production server I haven't svn. My PC is in a LAN. I think to use the Deploy Strategy :export . How can I do the deployment of code

[Capistrano] Re: Deploy from Windows to Linux without SVN

2009-05-26 Thread Bharat
You may want to read up on Capistrano deployment concepts, it is not a simple cookbook style tool (nothing is in Open source world). There is a book that I found very useful before I started to get a grip on Capistrano based deployment. It is by Pragmatic Programmers and titled Deploying Rails

[Capistrano] Re: Deploy from Windows to Linux without SVN

2009-05-25 Thread Lee Hambley
You'll struggle, try the deploy_via :copy (see the capistrano wiki under deployment strategies) and you'll struggle more because we don't officially support windows. Please feel free to come back with more specific questions when you've given that a try. - Lee 2009/5/25 byqsri