On Wed, Jun 16, 2010 at 4:20 AM, Aljosa Mohorovic <
[email protected]> wrote:

> On Jun 16, 5:18 am, Ian Bicking <[email protected]> wrote:
> > It's a little involved (well, a lot involved), but Silver Lining does
> this:
> http://bitbucket.org/ianb/silverlining/src/tip/silverlining/server-ro...
> >
> > Basically you need a WSGIApplicationGroup for each environment, and in my
> > case I use one wsgi file (
> http://bitbucket.org/ianb/silverlining/src/tip/silverlining/mgr-scrip...)
> > that uses environ['HTTP_HOST'] to find and activate the environment.
>
> i did look at toppcloud when it started but if i understood correctly
> it was focused on rackspacecloud and i'm targeting amazon services.
> also, i'm using fabric to manage python2.6 on ubuntu karmic and lucid
> (official releases for aws ec2) with postgres 8.4, apache/mod_wsgi and
> rabbitmq.
> does silverlining target specific releases based on linux distro
> available at rackspacecloud or something else?
> i'll take a look at your workflow, i'm sure i'll find something
> useful.
>

It targets Ubuntu Karmic (probably Lucid sometime in the future).  I don't
know of any substantive differences between the Linux different providers
give, I'd assume Ubuntu Karmic on Rackspace would be the same as on Amazon.
Some of the cloud management tools (e.g., to create a server) haven't been
entirely abstracted beyond Rackspace, but once a server is created it
doesn't matter how, so it would work fine with Amazon.

Otherwise your stack is nearly identical to what Silver Lining does, except
there is not (yet) any RabbitMQ setup/configuration.

-- 
Ian Bicking  |  http://blog.ianbicking.org

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to