-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As already pointed out, be sure to RTFM the given doc link.
Here's my setup: I use fabric and rsync to deploy to my production server; I have two servers: production and staging. Both applications reside within this directory: /home/appname/ and both have their *own* virtualenv. Staging is run using the paster server (so I can get interactive weberror) - I have apache proxying to it. Production is Apache + mod_wsgi. As already said, there's a lot of material already out there (be sure to read mod_wsgi's docs too on configuring it!!!). mehdi0016 <[email protected]> writes: > Hi > It seems to me the deploying part of pyramid project is more complex > than programming python-pyramid! > After more than 36 hours, i could compile/install python 2.7.1 and > mod_wsgi and some other stuff on my vps(running CentOs 5.6). :D > Now it's time to install and introduce my pyramid application to > apache to serve it; > But first of all do i need virtual environment to install my app under > it? if yes does virtualenv affect server speed? > After it how to edit my httpd.conf to introduce my app to apache? > thanks. - -- Parnell "ixmatus" Springmeyer (http://ixmat.us) -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJN9VOaAAoJEPvtlbpI1POLizIH/RpDpKjFtMYchB6udLsB8Khs +lIAQRgBUaoa6X3iuqXzoAAld7Y1v0ZX8ey/o6TKWxnDMI4PnW6/MK7jpEZrSPGu +vLtGgkrSetG8jHyz5APQ041ygb3eYdFys3Fk5iG1zoQubnzQKgdigx1TleHAYlJ N3VfN0Na/98O4q6vGKprHwW3oNG4H0mauPSazG6roksadn8D0W6ozYYjg6UYed8H qeN6uSQoAJPqmlizSALMj+b7VPhKGwjYqAy34SVgx0+Um+PTiqGOmireDBidooE/ 9dclPCgO4SNWQ/ZfcJDxkEdEfE5J+qJpiR8HazKY8htBD1+4sjd7kwjQBmNCrb0= =5BBY -----END PGP SIGNATURE----- -- 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.
