UbuntuGrok

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-05-23 13:45:47
Size: 320
Editor: 158
Comment:
Revision 5 as of 2008-09-30 14:44:23
Size: 641
Editor: ns
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.
Line 2: Line 4:

  * {{{sudo apt-get install python-dev subversion}}}
  * {{{sudo easy_install grokproject}}}
  * {{{grokproject myproject}}}
  * {{{cd myproject}}}
  * {{{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}}}

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

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