UbuntuGrok

Differences between revisions 9 and 10
Revision 9 as of 2008-09-30 15:03:46
Size: 827
Editor: ns
Comment:
Revision 10 as of 2008-09-30 15:42:30
Size: 739
Editor: ns
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
  * {{{./bin/zopectl fg}}}
  * Point your browser at the sever port 8080
  * In {{{add application}}} entry field, fill-in application name. Click {{{create}}}
  * {{{./bin/test}}}

Now, we're good to go TDD :) Start thinking tests!

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_virtualenv

  • cd viejo_virtualenv

  • virtualenv --no-site-packages virtualgrok

  • source virtualgrok/bin/activate

  • easy_install-2.4 grokproject

  • grokproject Viejo

  • cd Viejo

  • rm -rf setup.py buildout.cfg src

  • bzr checkout bzr+ssh://jelkner@bazaar.launchpad.net/~viejo-team/viejo-code/devel .

  • ./bin/buildout

  • ./bin/test

Now, we're good to go TDD Smile :) Start thinking tests!

UbuntuGrok (last edited 2009-02-05 15:36:28 by 158)