FastNetMon

Saturday 6 March 2010

Установка Plone 3.3.4 на Debian посредством инсталлятора с сайта

Окончательно замучавшись в попытках собрать Zope / Plone руками и по отдельности я сдался и воспользовался инсталлятором с офсайта. Что же, он пашет на ура и ничуть не портит систему :)


cd /usr/src
wget http://launchpad.net/plone/3.3/3.3.4/+download/Plone-3.3.4-UnifiedInstaller.tgz
tar -xf Plone-3.3.4-UnifiedInstaller.tgz
cd Plone-3.3.4-UnifiedInstaller


Ставим зависимости:
apt-get install gcc g++ python-dev zlib1g-dev


Запускаем инсталляцию:

sh install.sh standalone --instance=/opt/zinstance --target=/opt/zope


В конце, надеюсь, успешной сборки будет выдано примерно следующее:

###################### Installation Complete ######################

Plone successfully installed at /opt/zope
See /opt/zinstance/README.txt
for startup instructions

Use the account information below to log into the Zope Management Interface
The account has full 'Manager' privileges.

Username: admin
Password: xxxxxx

This account is created when the object database is initialized. If you
change the password later, 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)")



В итоге распределение по папкам будет следующее:

ls /opt/zope/
Python-2.4 Zope-2.10.11-final-py2.4 buildout-cache


А сам Plone:

ls /opt/zinstance/
README.txt bin buildout.cfg fake-eggs products var
adminPassword.txt bootstrap.py develop-eggs parts src versions.cfg


Запускаем Plone:

cd /opt/zinstance
bin/plonectl start


Заходим в админку управления Zope http://xx.xx.xx.xx:8080/manage либо прямо в Plone http://xx.xx.xx.xx:8080/Plone

Офсайт Plone: http://plone.org

No comments :

Post a Comment

Note: only a member of this blog may post a comment.