Hi,

You don't "rename" your project, you name it anything and distribute
it (http://wiki.pylonshq.com/display/pylonsdocs/Distributing+Your
+Project), or add its absolute path (quick hack!) to your <Python
distribution>/site-packages/easy-install.pth

As for production deployment, there have been multiple related lengthy
threads in this group. Proxy passing (Nginx) to paster serve is
working fine for me.

Jerry

On Sep 22, 2:52 pm, wellhong <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm new to pylons and python web development. I've started working on
> an application on my workstation but:
> 1. would like to know how to rename the app (since I had come up with
> a random name). i've tried searching for this but nothing comes up
> 2. how to deploy an app to a production machine. i've gotten as far as
> just installing python 2.5 and mod_wsgi for apache 2. some of the
> examples aren't real clear as to some steps i should do next such as
> how to create the appropriate wsgi file to deploy the app and what
> not.
>
> also, has anyone done any comparisons as to which deployment scenario
> is the best? proxy pass? mod_wsgi? or fast cgi?
>
> 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 pylons-discuss@googlegroups.com
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