UbuntuGrok

Differences between revisions 1 and 36 (spanning 35 versions)
Revision 1 as of 2008-05-23 13:45:47
Size: 320
Editor: 158
Comment:
Revision 36 as of 2009-01-29 20:20:43
Size: 1011
Editor: 158
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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...

jeff elkner

Here is what we have so far:

We will be installing Grok and all the supporting Python software in what is called a '''virtual environment'''. There are two good reasons for doing this:

  0. It is easiest, in the sense that the changes you will make to your system will be localized and will neither effect nor be effected by any other Python environment you have on your system.
  0. It is safest, for the same reason.

Before you can create a virtual environment, run the following two commands from a Unix prompt:

  * {{{sudo apt-get install build-essential python-dev python-setuptools subversion bzr}}}
  * {{{sudo easy_install virtualenv}}}
Line 3: Line 20:
  * {{{sudo apt-get install python-dev subversion}}}
  * {{{sudo easy_install 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}}}
== 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:

We will be installing Grok and all the supporting Python software in what is called a virtual environment. There are two good reasons for doing this:

  1. It is easiest, in the sense that the changes you will make to your system will be localized and will neither effect nor be effected by any other Python environment you have on your system.
  2. It is safest, for the same reason.

Before you can create a virtual environment, run the following two commands from a Unix prompt:

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

  • sudo easy_install virtualenv

Projects

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