[Setup] Plone.recipe.apache in Windows

Ricardo Newbery ric at digitalmarbles.com
Tue Apr 7 21:34:04 UTC 2009


On Apr 7, 2009, at 2:20 PM, Alberto Lopes wrote:

> Dear friends,
>
> Does anyone has experience with using plone.recipe.apache in  
> Windows? Is it possible to use it if I have a compiler (MingW)  
> installed? Or can it be used to download a "pre-compiled" binary  
> version of Apache?
>
> Is it possible to use plone.recipe.apache just to configure an  
> Apache server that is already installed in the system?
>
> Regards,
>
> Alberto



According to the docs, http://pypi.python.org/pypi/ 
plone.recipe.apache, the recipe has two entry points:

[apachebuild]
recipe = plone.recipe.apache:build
...

and

[apacheconfig]
recipe = plone.recipe.apache:config
...


So I believe the answer to your second question is yes.

Ric





More information about the Setup mailing list