Previously Chris Withers wrote:
> * 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

myproj should depend on Pylons and PasteScript, so don't list them here.
You will need to use "dependent-scripts = true" to get bin/paster
generated.

If you want to deploy using mod_wsgi you can use the
collective.recipe.modwsgi buildout recipe.

Wichert.

-- 
Wichert Akkerman <wich...@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

--~--~---------~--~----~------------~-------~--~----~
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 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to