» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase buildout? The contents of buildout page and all pages directly attached to buildout will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
buildout

buildout

Tags Applied to buildout

No one has tagged this page.

buildout Wiki Pages

Tag Cloud

To further filter what appears in the Things Tagged buildout list, select a tag from the Tag Cloud.
What is buildout? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged buildout

Add ZEO to a grokproject buildout

--- buildout.cfg ---

[buildout] ... parts = ... zodb server instance2 ...

[zodb] recipe = zc.recipe.egg:script eggs = ZODB3

[server] recipe = zc.zodbrecipes:server zeo.conf = <zeo> address 8100 </zeo> <filestorage 1> path /absolute/path/to/ZEOData.fs </filestorage>

[zopectl] recipe = zc.zope3recipes:instance application = app zope.conf = <zodb> <zeoclient> server 127.0.0.1:8100 </zeoclient> </zodb>

[instance2] recipe = zc.zope3recipes:instance extends = zopectl address = 9080

... are the two new scripts created to control the ZEO server and the second client (start, stop, restart). It works for me, let me know if there is anything missing.

Zope: Planet Zope

Minimal Grok ZEO-buildout

--- buildout.cfg ---

[buildout] ... parts = ... zodb server instance2 ...

[zodb] recipe = zc.recipe.egg:script eggs = ZODB3

[server] recipe = zc.zodbrecipes:server zeo.conf = <zeo> address 8100 </zeo> <filestorage> path ZEOData.fs </filestorage>

[zopectl] recipe = zc.zope3recipes:instance application = app zope.conf = <zodb> <zeoclient> server 127.0.0.1:8100 </zeoclient> </zodb>

[instance2] recipe = zc.zope3recipes:instance extends = zopectl address = 9080

... It works for me, let me know if there is anything missing.

Zope: Planet Zope

Eclipse/pydev and buildout " Digital snake and family

excluir zope-directory de [buildout] e mudar [pydev] com a seguir. """ [pydev] recipe = pb.recipes.pydev eggs = ${instance:eggs} # See [make_pydev_init_files] below extra_paths = ${buildout:directory}/pydevlinks - ${buildout:zope-directory}/lib/

Eclipse: del.icio.us/tag/eclipse

What’s up with Dateable?

So, a 0.2.0 release of Dateable is close to be finished. I’ve learnt KSS to do a Javascript navigation drop down, and I’ve updated the whole thing to run on Plone 3. So, Dateable now requires Plone 3. But it is fully useable, and 0.2.0 can very well be seen as a 1.0 beta.

Zope: Planet Zope

Python eggs - a Simple Introduction

Python eggs used to be the wave of the future. But for Zope and Plone developers this has evolved into a true tsunami. They are everywhere now. http://pypi.python.org/pypi/zc.buildout

Zope: Planet Zope

Oh glory days... buildout has changed the game

I have worked on many projects with developers scattered all around the globe. In that process I have spend a lot of time making setup scripts for Plone sites. Basically a product that sets up the site without content.At some time we are going to see problems when products and libraries dissapearing from the net. But I am pretty sure that most companies will have local proxies for downloads soon.

Zope: Planet Zope

Buildout: plone.org and pypi.python.org are acting like SPOF

find-links = http://pypi.python.org/simple | http://release.ingeniweb.com/pypi-mirror http://dist.plone.org | http://release.ingeniweb.com/plone-dist-mirror

Zope: Planet Zope

Small lesson about extending buildout configs

It turns out that it is very easy to have a But it is so nice when software actually makes your life easier, and buildout is a tremendous time savior in group development situations.

Zope: Planet Zope

tarek

A lot of buildout recipes have been created lately at Ingeniweb, you can list them here: http://pypi.python.org/pypi?%3Aaction=search&term=iw.recipe&submit=search. Let me present them quickly:

iw.recipe.cmd : yet another command line recipe. This is useful when you need to perform some pre or post installation steps that don’t worth a recipe. iw.recipe.fetcher : this recipe is a wget-like command, that knows [...]

Zope: Planet Zope

iw.recipe.fss : a recipe to install File System Storage

  What is FSS ? When you need to work with a lot of static files in your Plone website, you should consider using File System Storage (FSS). It’s an Archetypes storage that can handle files like PDF, images or small videos. It prevents the growth of the ZODB. It’s not like Blobs, because the files are [...]

Zope: Planet Zope

Username:
Password:
(or Cancel)