Re: [Zope] à l'aide

2005-12-16 Thread Vlada Macek
[At 15.12.2005 20:31, Tino Wildenhain kindly sent the following quotation.]

 You need python2.3.5 or higher and also -dev libs of it. If you run
 stable your python might be too far back

Some day maybe, but AFAIK not yet: Debian Sarge (stable release) has
Python 2.3.5 (default, dependency package python) and 2.4.1 (package
python2.4) officially. Debian testing and unstable releases has python
2.4.2.

I'm happily using compiled Zope against debian python package on my
Sarge server.

-- 

\//\/\
(Sometimes credited as 1494 F8DD 6379 4CD7 E7E3 1FC9 D750 4243 1F05 9424.)

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] à l'aide

2005-12-16 Thread bruno desthuilliers
adeline nombre wrote:
 bonjour
 je suis un débutant. je veux installer zope sur la debian. mais j'ai
 remarqué un repertoire /usr/lib/zope. j'ai donc conclu que zope a été
 installé avec mon system debian. maintenant comment faire pour démarer
 zope. dois-je faire un start et où?
 merci

Hi.

First, please dont post in french here, this is an english-speaking list.

Havin zope libs installed is mandatory, but not enough - you now need to
create a zope instance (the actual server).

/usr/lib/zope holds zope's libs, as well as some utilities in the bin
subdirectory. One of these utilies is named mkzopeintance.py, and you
have to use it to create your Zope instance. mkzopeinstance will ask you
where you want to install the instance, and for an admin name and
password. Once done, you can start that instance with
path/to/your/zope/instance/bin/zopectl/start, then point your browser
to localhost:8080/manage, log in, and enjoy !-)

HTH
-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] à l'aide

2005-12-16 Thread Rakotomandimby Mihamina
On Thu, 2005-12-15 at 20:31 +0100, Tino Wildenhain wrote:
 Even on debian its recommended to install zope from source.

Debian/Ubuntu zope packages have interesting zope instances handlers.
It would be nice you try them out and see it is worth to use in some
case.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.
Free hosting of CPS groupware: http://www.objectis.org.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] à l'aide

2005-12-15 Thread Tino Wildenhain
Am Donnerstag, den 15.12.2005, 19:58 +0100 schrieb adeline nombre:
 bonjour
 je suis un débutant. je veux installer zope sur la debian. mais j'ai
 remarqué un repertoire /usr/lib/zope. j'ai donc conclu que zope a été
 installé avec mon system debian. maintenant comment faire pour démarer
 zope. dois-je faire un start et où?

Even on debian its recommended to install zope from source. 
It isnt all that hard. You need python2.3.5 or higher
and also -dev libs of it. If you run stable your 
python might be too far back and you either install
a backport or python from source - dont forget
zlib1g-dev and zlib1g in this case.

From testing upwards, apt-get install python2.3 python2.3-dev
is enough.

Unpack the tar file from zope.org and follow instructions
in doc/INSTALL.txt there. You dont need to be root
to compile and install zope.

HTH
Tino

PS: lingua franca here is english language


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] à l'aide

2005-12-15 Thread Igor Stroh
Tino Wildenhain wrote:
 Am Donnerstag, den 15.12.2005, 19:58 +0100 schrieb adeline nombre:
 
bonjour
je suis un débutant. je veux installer zope sur la debian. mais j'ai
remarqué un repertoire /usr/lib/zope. j'ai donc conclu que zope a été
installé avec mon system debian. maintenant comment faire pour démarer
zope. dois-je faire un start et où?
 
 
 Even on debian its recommended to install zope from source. 

FWIW, did you try to install zope on debian lately? You would
have noticed that it's not all that bad...

Igor
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] à l'aide

2005-12-15 Thread Tino Wildenhain
Am Donnerstag, den 15.12.2005, 21:17 +0100 schrieb Igor Stroh:
 Tino Wildenhain wrote:
  Am Donnerstag, den 15.12.2005, 19:58 +0100 schrieb adeline nombre:
  
 bonjour
 je suis un débutant. je veux installer zope sur la debian. mais j'ai
 remarqué un repertoire /usr/lib/zope. j'ai donc conclu que zope a été
 installé avec mon system debian. maintenant comment faire pour démarer
 zope. dois-je faire un start et où?
  
  
  Even on debian its recommended to install zope from source. 
 
 FWIW, did you try to install zope on debian lately? You would
 have noticed that it's not all that bad...

Well, we are happy to have a stable python platform with debian :-)
The little zope compiling does not hurt.
It has gotten much better, thats true. 

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )