old blog,

Grokking Grok

Izhar Firdaus Izhar Firdaus Follow Support Sep 14, 2009 · 1 min read
Grokking Grok
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
*yawn*.. been a while since I last posted anything technical here. So some update.

I just started playing with Grok while trying to understand more on Zope3 stuff. So this post and the next few posts will focus mainly on Grok and how to do stuff on it (from my understanding).

Installing Grok

Using buildout, here's the buildout.cfg:

[buildout]
parts = grok
download-cache = downloads

[grok]
recipe = zc.recipe.egg
eggs =
grokproject



Using virtenv / normal python

easy_install-2.4 grokproject


Creating a Grok Project

grokproject --zopectl [projectname]


That command will create another buildout with grok and zope3.
Written by Izhar Firdaus Follow Support
I'm a system architect, data engineer and developer advocate with passion in Free / Open Source software, entrepreneurship, community building, education and martial art. I take enjoyment in bridging and bringing together different FOSS technologies to help businesses and organizations utilize IT infrastructure to aid and optimize their business and organizational process.

FOSS.my 2009!

FOSS.my 2009 is back and is coming your way this 24th and 25th of October .The registration page is up and accepting registrations n...

In old blog, Sep 03, 2009

« Previous Post

Grokking Grok - II

Grok, like Plone uses the Zope way of storing data - Persistence, somewhat like 'pickling' in Python. All instance of objects are tre...

In old blog, Sep 14, 2009

Next Post »