Anonymous development buildout

Replies: 3
Up one level
Here is info on how to check out a dev buildout based on Nikolay's for anonymous-only users such as myself..
Pages: [1]
Anonymous development buildout
« on: October 19, 2009 20:54:34 +0000 »
Hello z3exters!

I spent some time trimming Nikolay's dev buildout not to require any private svn logins, removing some private modules non-Zojax folks don't have access to, and thought it would be useful for other folks.

You can check out and try my buildout as follows:

svn co http://z3ext.svn.sourceforge.net/svnroot/z3ext/Sandbox/bitmonk/z3ext-dev.fafhrd91/ z3ext-dev
cd z3ext-dev
virtualenv-2.5 .
bin/python2.5 bootstrap.py
bin/buildout -v

Credit goes mostly to Nikolay, I just sanitized it for the public based on his recommendations!

Best and happy z3ext-ing! :)

J
Re: Anonymous development buildout
« on: November 09, 2009 16:50:31 +0000 »

How do I run the dev instance? I tried bin/app but I get errors finding Chameleon component... Not sure if this setup is actually supposed to run as a instance...
Re: Anonymous development buildout
« on: November 09, 2009 16:55:58 +0000 »
Forgot to mention that I wanted to run dev because i'm missing some features and noticed bugs in 1.0 that I have the impression (by looking at some commit msgs) that were already fixed in dev .
Re: Anonymous development buildout
« on: November 09, 2009 17:37:28 +0000 »

commeting  out sandbox/z3ext.jobboard/trunk,  sandbox/z3ext.jobprofile/trunk,     sandbox/z3ext.payable.core/trunk and changing <include package="Chameleon" /> to <include package="chameleon.zpt" /> did the trick, running dev instance now
Pages: [1] Go up

Actions

Notifications