Notas de instalación de Plone bajo Linux
Estas son las notas de borrador de instalación de Plone utilizando la descarga de los productos desde sus páginas web. Para poder instalar Plone son necesarios también tener instalados Zope y el lenguaje Python.
Descargar Zope 2.10.2 (6,76 MB)
http://www.zope.org/Products/ http://www.zope.org/Products/Zope/2.10.2/Zope-2.10.2.tgz
Descargar Plone 2.5.2 (8,5 MB)http://plone.org/products/plone
http://plone.googlecode.com/files/Plone-2.5.2-1.tar.gz
Descomprimir Zope
debian# tar xzvf Zope-2.10.2.tgz
Instalar Zope (siguiendo pasos de doc/INSTALL.txt):
To build Zope, run the conventional UNIX build sequence from within
the Zope source tree::
./configure –prefix=/where/to/install/zope
make
debian:/home/zope/Zope-2.10.2-final# ./configure
Configuring Zope installation
Testing for an acceptable Python interpreter…
Python version 2.3.5 found at /usr/bin/python
No suitable Python version found. You should install
Python version 2.4.4 before continuing.
Versions 2.4.3 2.4.2 also work, but not as optimally.
Descarga de Python 2.5 – 10,51 MB
http://www.python.org/download/
1 comentario hasta ahora
Replica
[...] Notas de instalación de Plone bajo Linux [...]