UbuntuGrok

Differences between revisions 4 and 35 (spanning 31 versions)
Revision 4 as of 2008-09-30 14:43:15
Size: 649
Editor: ns
Comment:
Revision 35 as of 2008-11-20 00:52:44
Size: 378
Editor: pool-96-241-183-209
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This documents the procedure I used to setup a Grok virtual environment for working on the
Viejo content management system.
This page will document a few Grok projects that we are working on and how to set them up on Ubuntu.
[[https://edge.launchpad.net/~replaceafill|Douglas]] is trying his best to teach
[[https://edge.launchpad.net/~jelkner|me]] Grok, but I'm a slow learner so it is hard going...
Line 4: Line 5:
  * {{{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 myproject}}}
  * {{{cd myproject}}}
  * {{{./bin/zopectl fg}}}
  * Point your browser at the sever port 8080
  * In {{{add application}}} entry field, fill-in application name. Click {{{create}}}
jeff elkner

Here is what we have so far:

== Projects ==

  * UbDplanner
  * [[Viejo]]

This page will document a few Grok projects that we are working on and how to set them up on Ubuntu. Douglas is trying his best to teach me Grok, but I'm a slow learner so it is hard going...

jeff elkner

Here is what we have so far:

Projects

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