Download
You can download tarballs in
http://sourceforge.net/project/showfiles.php?group_id=87538.
Otherwise, you can obtain yesterday code using cvs. You should do:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/zetadb login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/zetadb co zetadb
After that, move zetadb to your zope Products directory and restart Zope.
Install
- Install Zope 2.5, 2.6 or 2.7 You can find Zope in most of
GNU/Linux distributions or you can download it from
http://www.zope.org/Products/
- Install PostgreSQL
>= 7.2 or MySQL >= 4.0
- Install a database adapter for python and Zope to your database.
Currently, you can use:
- python2.?-psycopg and ZPsycopgDA to access PostgreSQL.
If you don't have a packaged version of this software,
you can download it from http://www.zope.org/Members/fog/psycopg.
Note that this should be installed using the same python version running Zope.
ZPsycopgDA is a Zope Product that should be copied to $ZOPE_ROOT/lib/python/Products/
- python2.?-popy and ZPopyDA to access PostgreSQL (not recommended,
use psycopg instead)
- python2.?-mysqldb and ZMySQLDA to access MySQL, either in GNU/Linux or MS
Windows. You can find tallbars and MS Windows binaries at
http://sourceforge.net/projects/mysql-python.
ZMySQLDA is a Zope Product that should be copied to $ZOPE_ROOT/lib/python/Products/
- Unpack zetadb (tar xvzf zetadb-*.tar.gz) and move it to
$ZOPE_ROOT/lib/python/Products/
- Restart Zope and your adapters and zetadb should appear in your Products list.
Last modified Sat Dec 27 09:33:22 CET 2003 @398 /Internet Time/
|