ok, I've setup the virtual environment and postgresql, my application
runs fine with paster serve. Now I need an example apache config file to
run my application with mod_wsgi.
I'm using ubuntu server 10.04.
13-04-2011 10:07, Mengu yazmış:
the exact file system on your development environment, goes to the
production environment. you can place the files wherever you want. be
it /home/timucin or /home/prod/project, it's up to you.
after transfering your files, you will need to do `python setup.py
install` so everything your project needs will be installed on your
production server. the rest is setting up apache with mod_wsgi.
good luck. :)
On Apr 13, 9:11 am, Timuçin Kızılay<[email protected]> wrote:
12-04-2011 18:14, Alessandro Molina yazmış:
2011/4/12 Timuçin Kızılay<[email protected]>:
Hi,
My TG2.1 project is now nearing to production.
I'm reading the deployment docs from the tg site but I'm stuck with no clue.
I have a server with ubuntu 10.04 on it. Apache and postgresql works fine
and there are several virtualhost web sites (made with django) running on it
with apache mod-python. My plan is run tg web sites on that server as
virtual hosts.
can you point me a direction to how to do that?
I usually deploy my projects with mod_wsgi.
If you want to follow the mod_wsgi way you can take a look at
http://code.google.com/p/modwsgi/wiki/IntegrationWithPylons
I've tried to follow the turbogears deployment docs, I've installed the
mod_wsgi, setup the baseline virtual environment and stuck there.
I'm trying to figure out where to copy the projects files, what goes to
which directory etc.
--
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en.