This documents the procedure we used to setup a Grok virtual environment for working on the Viejo content management system. It assumes you have already run the two sudo commands on the UbuntuGrok parent page.

Now, we're good to go TDD. The main files and directories of our project are:

For every change we do to the application we always have to run Viejo/bin/test to check we don't break anything. We could access bin/test from anywhere in our path. For example, if we're inside our project's ftests directory we could call ../../../bin/test and it will run all our unit and functional tests. If we only want to run a kind of tests we could call it like this:

Some useful bzr commands we will need:

Some useful documentation urls we will need:

Whenever we want to start the zope server to check the functionality you do:

Viejo (last edited 2009-01-29 20:27:31 by 158)