An alternative to installing grokproject via the cheeseshop, is to install from the github repo source.

install git (sudo apt-get install git)

  1. git clone https://github.com/zopefoundation/grokproject.git
  2. cd grokproject
  3. python ./bootstrap.py
  4. bin/buildout
  5. bin/grokproject <the path where you want a grok development template installed>
    eg. bin/grokproject ~/myproject
  6. You will be prompted for a superuser name and password

 

Grok 4 Noobs

Installing Grok from Github