Hey All,
As a total newbie to Pylons I thought I'd ask some questions about
deployment:
- which bits of a Pylons project do you version control? *
- how do you build all the other bits? *
- what do people use to serve their sites? Is whatever
"paster serve blah.ini" using suitable for serving to the wide world
or does it need to be proxied through something like Apache?
- if using "paster serve", how do people wire it so that it starts at
machine startup and stops at machine shutdown?
- is "paster serve" the recommended option? If not, what is?
cheers,
Chris
* I'd like to be using buildout for things wherever possible, the
following is what I have so far:
[buildout]
parts = pylons
develop = myproj
[pylons]
recipe = zc.recipe.egg
eggs =
Pylons
PasteScript
myproj
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---