[Capistrano] Re: Why does Capistrano require the public key?

2008-04-16 Thread Jacob Atzen
generate a public key when needed. From the man-page of ssh-keygen of OpenSSH: -y This option will read a private OpenSSH format file and print an OpenSSH public key to stdout. You will need to supply the private key pass

[Capistrano] Re: runner in sudoers safe?

2008-04-04 Thread Jacob Atzen
works but this configuration scares the crap out > of me. Is this really considered safe? Is there something better I > could/should be doing here? You could configure your server so you don't need root privileges to deploy and then disable sudo in Capistrano: set :use_sudo, false --

[Capistrano] Re: remote_cache and 1.4

2008-02-13 Thread Jacob Atzen
te caching scheme for 1.4 that caches both your local checkout and keeps a remote cache for minimizing bandwidth usage: http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module-for-local-svn-access -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To

[Capistrano] Re: Only deploying changed files on capistrano

2008-01-18 Thread Jacob Atzen
h the mailing list for "cache" or "caching" and you should find plenty of posts regarding this issue. -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this g

[Capistrano] Re: snv

2007-12-13 Thread Jacob Atzen
Hi, It seems capistrano can't find your svn command (it's not in your path). I found this in the Capistrano code for Subversion: # Sets the default command name for this SCM. Users may override this # by setting the :scm_command variable. default_command "svn" So try replacing "set :svn, '/hom

[Capistrano] Re: cannot even succed a test deployment... Cap 2.1

2007-12-01 Thread Jacob Atzen
tion}" > > set :deploy_via, :export > > and I added in my vhost.conf > > ServerAdmin [EMAIL PROTECTED] > ServerName test.aelmat.net:80 > DocumentRoot /current/public > > AllowOverride All > > > >

[Capistrano] Re: Deploying to a staging server

2007-09-08 Thread Jacob Atzen
rano/browse_thread/thread/98653cd8535c5748/ea2c2f5459eb31dc?lnk=gst&q=staging&rnum=1#ea2c2f5459eb31dc -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~--~~~~--~~--~--~---

[Capistrano] Re: Where to put the SVN repository ?

2007-08-15 Thread Jacob Atzen
ry to the production server ? Capistrano allows you to define how you want this. You can either get the production server to pull the files from the repository or you can use your development machine as an intermediate which pulls the stuff from the repository and pushes it onto the server afterwards.

[Capistrano] Re: Files

2007-08-14 Thread Jacob Atzen
of the repository caching solutions out there. Then you will only have to upload what's changed on each deploy. -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~--~~~~--~~--~--~---

[Capistrano] Re: Deploying PHP apps with Capistrano

2007-08-07 Thread Jacob Atzen
/8/16/automated-php-deployment-with-capistrano http://devthatweb.com/view/automate-the-deployment-of-any-php-project-using-capistrano -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For mor

[Capistrano] Community missing from homepage

2007-07-20 Thread Jacob Atzen
Hi, It seems the community page of capify.org is gone awol. Maybe it was never there in the first place? Anyways, I recently ran into a guy on IRC who wondered where to get Capistrano help, so even a link to the google group would be an improvement I guess. -- Cheers, - Jacob Atzen

[Capistrano] Re: Zsh tab completion

2007-04-23 Thread Jacob Atzen
it's > restart_mongrel_cluster or mongrel_cluster_restart"), so I hacked > together a capistrano tab-completion script. Thought others might be > interested, so here it is : > > http://pastie.caboo.se/55873 Much appreciated! Thank you. -- Cheers, - Jacob Atzen --~--~

[Capistrano] Re: one step deploy and security

2007-02-19 Thread Jacob Atzen
ot but another user, which might be a good idea in case security holes are found in mongrel. [1]: http://www.gentoo.org/proj/en/keychain/ -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~--~~~~--~~--~--~---

[Capistrano] Re: Progress!

2007-01-23 Thread Jacob Atzen
On Tue, Jan 23, 2007 at 03:16:22PM -0700, Jamis Buck wrote: > > On Jan 23, 2007, at 3:11 PM, Jacob Atzen wrote: > > > > > On Tue, Jan 23, 2007 at 01:54:36PM -0700, Jamis Buck wrote: > >>> Might I suggest a combination of cached_repository and copy_*? > >

[Capistrano] Re: Progress!

2007-01-23 Thread Jacob Atzen
having to push the whole app including the frozen Rails sources. I'll take a hack at it when you publish the new code. -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~--~~~~--~~--~--~---

[Capistrano] Re: Progress!

2007-01-23 Thread Jacob Atzen
pository to new release Does this sound like a good idea to anyone but me? -- Cheers, - Jacob Atzen --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~--~~~~--~~--~--~---

[Capistrano] Re: Deploying Large Repositories

2006-10-25 Thread Jacob Atzen
r deployments more efficient, > or should we divide it up into smaller repositories and deploy them > individually? The nice people over at caboo.se have already done the work for you. Check out: http://blog.caboo.se/articles/2006/06/