Hi there,

I'm running a couple of Pylons apps in my shared hosting environment
( Dreamhost ) and I'd like to set it up so that I can have:

www.example.com - The main released app.
dev.example.com - The latest pre-release app

So that I can test the app in the hosting environment before going
live with it.

I have my own install of python and I'm using fcgi; my current folder
structure is:

.../username/lib/python2.4/site-packages/<installed egg packages>
.../username/www.example.com/production.ini
.../username/dev.example.com/production.ini

Is it possible to install multiple version of my app into site-
packages and then configure the ini files to use different ones?

Or can I run the dev.example.com site with just a grab from svn?

Currently the only way I can see to do this is to have multiple python
installs, one per app version, but this seems a bit overkill?

Any help would be appreciated.

Thanks,
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to