Difference between revisions of "Zope"

From YobiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
==Installation==
 
==Installation==
   
apt-get install zope
+
apt-get install zope python-zmysqldb
  +
Choisir la bonne version de ZMySQLDA
 
 
wget http://ftp.de.debian.org/debian/pool/main/z/zope-mysqlda/zope-mysqlda_2.0.9~b3-3_all.deb
 
wget http://ftp.de.debian.org/debian/pool/main/z/zope-mysqlda/zope-mysqlda_2.0.9~b3-3_all.deb
 
dpkg -i zope-mysqlda_2.0.9~b3-3_all.deb
 
dpkg -i zope-mysqlda_2.0.9~b3-3_all.deb

Revision as of 11:59, 11 December 2006

Installation

apt-get install zope python-zmysqldb 

Choisir la bonne version de ZMySQLDA

wget http://ftp.de.debian.org/debian/pool/main/z/zope-mysqlda/zope-mysqlda_2.0.9~b3-3_all.deb  
dpkg -i zope-mysqlda_2.0.9~b3-3_all.deb 

l'ajoutez à l'instance:

dzhandle list-products|grep -i sql 

product ZMySQLDA ZMySQLDA zope-mysqlda 2.0.9~b3-3 /usr/share/zope/Products/ZMySQLDA None

dzhandle add-product zope ZMySQLDA      
/etc/init.d/zope2.9 restart