<div class="gmail_quote">On Mon, Jan 3, 2011 at 5:49 PM, Uli Fouquet <span dir="ltr">&lt;<a href="mailto:uli@gnufix.de">uli@gnufix.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi Vincent,<br>
<div class="im"><br>
Vincent Fretin wrote:<br>
<br>
&gt; I added my script in grok-doc/buildout.cfg<br>
&gt; bin/buildout generates a bin/build.sh script that build the html and<br>
&gt; pdf file and copy it to ~/public_html/grokdocs (configurable via the<br>
&gt; document_root option in buildout.cfg)<br>
&gt; I added a link to the pdf in the docindex.template file. I saved the<br>
&gt; logo.gif to png to include it in the pdf, but we need a HD version.<br>
&gt; The buildout add a cronjob to the user crontab and run every hour.<br>
&gt; Somebody now need to run the buildout on the server and serve the<br>
&gt; ~/public_html/grokdocs via apache.<br>
<br>
</div>Thanks a lot for all this! One minor(?) thing, however: when I ran the<br>
buildout locally, it tried to install a local crontab. I&#39;m not sure<br>
whether we want this behaviour (which is intended for the grok-server<br>
mainly, right?) in the documentation itself. If not, then we could put<br>
it in the SVN repository where also the other script resides already.<br>
<br>
What do others think?<br></blockquote></div><br>You&#39;re right, I just moved the cronjob in deployment.cfg which inherits from buildout.cfg.<br>So on the server, you can use bin/buildout -c deployment.cfg<br><br>Can you give me the full url of the scripts in the svn you&#39;re talking about?<br>

<br>Vincent<br>