[Grok-dev] LoginDemo and PlainLoginDemo

daniel daniel.carraher at gmail.com
Tue Jan 15 07:21:49 EST 2008


Hey when I followed your howto, buildout gave me the same error I was
getting with grokproject before I started using virtualenv. Is it possible
that buildout is breaking out of my virtualenv? If i use grokproject instead
of Adder/bin/buildout everything works fine.

On Jan 15, 2008 6:01 AM, Kevin Teague <kevin at bud.ca> wrote:

> >
> >
> >> Hey,
> >> Once I checkout PlainLoginDemo, is there an easy way to get grok to
> >> load it as an application? I can place it in Sample/src/
> >> PlainLoginDemo but it doesn't get picked up by grok which is only
> >> looking in Sample/src/sample.
> >> Thanks.
>
> It's possible to edit parts/app/site.zcml and make an export of your
> PYTHONPATH as a quick kludge to get two apps running together, but
> it's very easy to install a Grok app in a self-contained environment.
>
> $ cd PlainLoginDemo
> $ python bootstrap/bootstrap.py
> $ ./bin/buildout
> $ ./bin/zopectl fg
>
> You will want to configure zc.buildout to use a shared eggs directory,
> otherwise you will wind up with many copies of the same egg on your
> system. I've written up how to do this here:
>
>
> http://plone.grok.quintagroup.com/documentation/how-to/install-multiple-grok-apps-using-zc.buildout
>
> (I'm also a bit new to many aspects of buildout, so zc.buildout
> people, please feel free to expound upon this a bit more)
>
> (We also need to push the new web site out the door real soon now,
> we're giving out the URL to the "preview" site a lot ... )
>



-- 

-- Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/grok-dev/attachments/20080115/b16b2cd3/attachment.htm


More information about the Grok-dev mailing list