Avui he estat fent algunes proves amb la versió última 4.2.4 (del 27 de gener 2013) de Plone i vull deixar ací breument els passos que calen per tenir un portal Plone en producció en un sistema BSD o GNU/Linux gràcies al instal·lador unificat.
Primer de tot, descarreguem Plone 4.2.4 des de la web oficial de descàrregues.
Els passos que he fet són:
root@lenovo:/home/joan/Baixades/Plone-4.2.4-UnifiedInstaller# ./install.sh zeo
ZEO Cluster Install selected
Detailed installation log being written to /home/joan/Baixades/Plone-4.2.4-UnifiedInstaller/install.log
Unable to find libxml2 development libraries.
Plone installation requires the development versions of libxml2 and libxslt.
libxml2 must be version 2.7.8 or greater; libxslt must be 1.1.26 or greater.
Ideally, you should install these as dev package libraries before running install.sh.
If -- and only if -- these packages are not available for your platform, you may
try adding --static-lxml=yes to your install.sh command line to force a
local, static build of these libraries. This will require Internet access for the
installer to download the extra source
Installation aborted.
root@lenovo:/home/joan/Baixades/Plone-4.2.4-UnifiedInstaller# ./install.sh --static-lxml=yes zeo
ZEO Cluster Install selected
Detailed installation log being written to /home/joan/Baixades/Plone-4.2.4-UnifiedInstaller/install.log
Root install method chosen. Will install for use by system user plone
Installing Plone 4.2.4 at /usr/local/Plone
Adding user account 'plone' to system ...
Compiling and installing jpeg local libraries ...
Compiling and installing readline local libraries ...
Installing Python-2.7.3. This takes a while...
Installing distribute...
Python build looks OK.
Unpacking buildout cache to /usr/local/Plone/buildout-cache
Compiling .py files in egg cache
Copying Plone-docs
Generating random password ...
Copying buildout skeleton
Fixing up bin/buildout
Building lxml with static libxml2/libxslt; this takes a while...
Building Zope/Plone; this takes a while...
Setting instance ownership to plone
Setting buildout cache ownership to plone
######################################################
Installation Complete
######################################################
Plone successfully installed at /usr/local/Plone
See /usr/local/Plone/zeocluster/README.html
for startup instructions
Use the account information below to log into the Zope Management Interface
The account has full 'Manager' privileges.
Username: admin
Password: NKMA1fEr
This account is created when the object database is initialized. If you change
the password later (which you should!), you'll need to use the new password.
- If you need help, ask the mailing lists or #plone on irc.freenode.net.
- The live support channel also exists at http://plone.org/chat
- You can read/post to the lists via http://plone.org/forums
- Submit feedback and report errors at http://dev.plone.org/plone
(For install problems, specify component "Installer (Unified)")
root@lenovo:/home/joan/Baixades/Plone-4.2.4-UnifiedInstaller#
Arranquem Plone amb:
sudo -u plone /usr/local/Plone/zeocluster/bin/plonectl start
Tens molta documentació al següent enllaç:
http://plone.org/countries/conosur/documentacion/instalando-plone-3-con…