[capistrano] Re: Web-based Deployment

2009-10-08 Thread Chad Arimura

This is great - thanks all.  Lee - I'll keep my eyes open for the new
code push you're referring to.

Cheers,
Chad




On Oct 8, 7:54 am, Donovan Bray  wrote:
> Check out webistrano it may be precisely what you are looking for.
>
> I use cruisecontrol.rb to do deployments and run test suites against  
> our development and qa environments.
>
> Each project has a button so that a developer just needs to click  
> build for that particular environment.
>
> On Oct 7, 2009, at 10:47 PM, Chad Arimura  wrote:
>
>
>
>
>
> > Hi All,
>
> > Has anyone hooked their cap scripts into a small web app?  For example
> > one-click deployment?  If so, any quick suggestions on a clean way to
> > pass in variables from a web app (ie SVN URL and credentials) and run
> > cap deploy?
>
> > Thanks!
>
> > Chad
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to capistrano@googlegroups.com
To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~--~~~~--~~--~--~---



[capistrano] Re: Web-based Deployment

2009-10-08 Thread Donovan Bray

Check out webistrano it may be precisely what you are looking for.

I use cruisecontrol.rb to do deployments and run test suites against  
our development and qa environments.

Each project has a button so that a developer just needs to click  
build for that particular environment.

On Oct 7, 2009, at 10:47 PM, Chad Arimura  wrote:

>
> Hi All,
>
> Has anyone hooked their cap scripts into a small web app?  For example
> one-click deployment?  If so, any quick suggestions on a clean way to
> pass in variables from a web app (ie SVN URL and credentials) and run
> cap deploy?
>
> Thanks!
>
> Chad
>
>
> >

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to capistrano@googlegroups.com
To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~--~~~~--~~--~--~---



[capistrano] Re: Web-based Deployment

2009-10-08 Thread Lee Hambley
Chad,

You can emded capistrano, load all your recipes and run a deploy (with
normal, or custom logging... take your pick) in about 10 lines of code, the
docs are aeful (pushing a fix when I get home, actually - as I've just done
a load of work in embedding work) - that might really make your day, you
could wrap it in a small Sinatra/similar app with very little effort.

See also: http://github.com/outoftime/clickistrano

I actually don't like his method, as he shells out a call to the CLI cap
executable... which seems dirty to me, but I might fork him and combine my
work with his.

-- Lee Hambley

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to capistrano@googlegroups.com
To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~--~~~~--~~--~--~---



[capistrano] Re: Web-based Deployment

2009-10-08 Thread Jonathan Weiss

> Has anyone hooked their cap scripts into a small web app?  For example
> one-click deployment?  If so, any quick suggestions on a clean way to
> pass in variables from a web app (ie SVN URL and credentials) and run
> cap deploy?

http://labs.peritor.com/webistrano


-- 
Jonathan Weiss
http://blog.innerewut.de
http://twitter.com/jweiss

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to capistrano@googlegroups.com
To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~--~~~~--~~--~--~---