[Grok-dev] LoginDemo and PlainLoginDemo

Luciano Ramalho luciano at ramalho.org
Tue Jan 15 08:50:57 EST 2008


On Jan 15, 2008 4:57 AM, daniel <daniel.carraher at gmail.com> 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.

I've been using the standard procedure to install PlainLoginDemo and
LoginDemo in any machine where I need to work on it. Namely:

# checkout code from svn:
$ svn co svn://svn.zope.org/repos/main/grokapps/PlainLoginDemo
$ cd PlainLoginDemo/
$ python2.4 bootstrap/bootstrap.py
$ bin/buildout

And that's it. After lots of downloads, you can test and start the app:
$ bin/test
# ... test results should be OK
$ bin/zopectl fg

This is the usual way to try any grok app in our repository, and has
been working for me and my co-workers. We all use Ubuntu Linux 7.10
with Python 2.4.

Regards,

Luciano


More information about the Grok-dev mailing list