[Web-SIG] Sarge - progress update

2012-09-10 Thread Alex Morega
Hello! Here's a progress update on "sarge", the deployment tool. Turns out I was trying to address too many concerns at once, so I focussed on the core problem: managing the lifecycle of a version of the application. http://mgax.github.com/sarge/ Sarge acts as container for "instances". An insta

[Web-SIG] Sarge - a web application hosting tool

2012-06-20 Thread Alex Morega
Hi folks, I've been tinkering with a tool for hosting web applications. It aims to make deployment easier by automating configuration on the server: starting up processes, linking them to databases, configuring the front-end web server, etc. Many ideas are borrowed from Ian Bicking's proposal f

[Web-SIG] Web application packaging

2012-06-07 Thread Alex Morega
Hello! There was a discussion here, about an year ago, about ways to deploy WSGI applications to servers. What is the status? What tools are out there, being currently developed, other than Buildout, Fabric and Silver Lining? Cheers, -- Alex signature.asc Description: Message signed with Ope

Re: [Web-SIG] Generic configuration

2010-03-18 Thread Alex Morega
On 17 Mar 2010, at 13:47, Manlio Perillo wrote: > Alex Morega ha scritto: >> On 17 Mar 2010, at 0:24, Manlio Perillo wrote: >> >>> Alex Morega ha scritto: >>>> Hello, >>>> >>>> This is not really a WSGI question, it's more into g

Re: [Web-SIG] Generic configuration

2010-03-17 Thread Alex Morega
On 17 Mar 2010, at 0:24, Manlio Perillo wrote: > Alex Morega ha scritto: >> Hello, >> >> This is not really a WSGI question, it's more into general configuration, >> but I don't know of a better place to ask it. >> >> Paster config files allow

[Web-SIG] Generic configuration

2010-03-16 Thread Alex Morega
Hello, This is not really a WSGI question, it's more into general configuration, but I don't know of a better place to ask it. Paster config files allow you to hook up WSGI applications, middleware, and a server, plus some (undocumented?) magic configuration of the logging module. But what abo