<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Control production buildouts with supervisor</title>
	<atom:link href="http://archiv.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/feed/" rel="self" type="application/rss+xml" />
	<link>http://archiv.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/</link>
	<description>Webmeisterei,  Plone, Housing, Hosting, Premium, Portalentwicklung, Programmierung</description>
	<lastBuildDate>Fri, 11 Dec 2009 11:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: fRiSi</title>
		<link>http://archiv.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/comment-page-1/#comment-3434</link>
		<dc:creator>fRiSi</dc:creator>
		<pubDate>Thu, 15 Jan 2009 07:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/#comment-3434</guid>
		<description>i don&#039;t add my debuginstance to supervisor but start it manually (bin/debuginstance) which is actually shorter than &#039;bin/supervisorctl start debuginstance&#039;. in addition i can start it in foreground mode to enable pdb debugging.

however, supervisor seems to have a configuration option &#039;autostart&#039; (see http://supervisord.org/manual/current/configuration.html)
i&#039;m not sure how to pass it over in the collective.recipe.supervisor recipe. eventually the only way is to tell the recipe to use a hand-made configuration file.</description>
		<content:encoded><![CDATA[<p>i don&#8217;t add my debuginstance to supervisor but start it manually (bin/debuginstance) which is actually shorter than &#8216;bin/supervisorctl start debuginstance&#8217;. in addition i can start it in foreground mode to enable pdb debugging.</p>
<p>however, supervisor seems to have a configuration option &#8216;autostart&#8217; (see <a href="http://supervisord.org/manual/current/configuration.html)" rel="nofollow">http://supervisord.org/manual/current/configuration.html)</a><br />
i&#8217;m not sure how to pass it over in the collective.recipe.supervisor recipe. eventually the only way is to tell the recipe to use a hand-made configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zupo</title>
		<link>http://archiv.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/comment-page-1/#comment-3423</link>
		<dc:creator>Zupo</dc:creator>
		<pubDate>Wed, 14 Jan 2009 18:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/#comment-3423</guid>
		<description>Hi,

How can you make a program not auto-start? I want one Zope instance just for debugging and it should be off till I tell it otherwise?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can you make a program not auto-start? I want one Zope instance just for debugging and it should be off till I tell it otherwise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fRiSi</title>
		<link>http://archiv.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/comment-page-1/#comment-1608</link>
		<dc:creator>fRiSi</dc:creator>
		<pubDate>Wed, 04 Jun 2008 08:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/#comment-1608</guid>
		<description>for me it did not work. maybe it&#039;s broken in 2.1 egg release:

&gt; easy_instlal ZopeSkel
Searching for ZopeSkel
Best match: ZopeSkel 2.1
...

&gt; paster create -t plone_hosting
... answer questions, provide proxy port 6180
... bootstrapping buildout, downloading and compiling zope, varnish etc


&gt; find . -name supervisord.conf
&gt; grep -r supervisor base.cfg
#do not return anything</description>
		<content:encoded><![CDATA[<p>for me it did not work. maybe it&#8217;s broken in 2.1 egg release:</p>
<p>> easy_instlal ZopeSkel<br />
Searching for ZopeSkel<br />
Best match: ZopeSkel 2.1<br />
&#8230;</p>
<p>> paster create -t plone_hosting<br />
&#8230; answer questions, provide proxy port 6180<br />
&#8230; bootstrapping buildout, downloading and compiling zope, varnish etc</p>
<p>> find . -name supervisord.conf<br />
> grep -r supervisor base.cfg<br />
#do not return anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wichert Akkerman</title>
		<link>http://archiv.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/comment-page-1/#comment-1607</link>
		<dc:creator>Wichert Akkerman</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmeisterei.com/friessnegger/2008/06/03/control-production-buildouts-with-supervisor/#comment-1607</guid>
		<description>This is not true: ZopeSkel does create a complete supervisor configuration. We have several deployments in production using that setup.</description>
		<content:encoded><![CDATA[<p>This is not true: ZopeSkel does create a complete supervisor configuration. We have several deployments in production using that setup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

