UbuntuGrok

Revision 5 as of 2008-09-30 14:44:23

Clear message

This documents the procedure I used to setup a Grok virtual environment for working on the Viejo content management system.

  • sudo apt-get install python-dev python-setuptools subversion bzr

  • sudo easy_install-2.4 virtualenv

  • mkdir Viejo

  • cd Viejo

  • virtualenv --no-site-packages virtualgrok

  • source virtualgrok/bin/activate

  • easy_install-2.4 grokproject

  • grokproject Viejo

  • cd Viejo

  • ./bin/zopectl fg

  • Point your browser at the sever port 8080
  • In add application entry field, fill-in application name. Click create