Plone is a ready-to-run content management system that is built on the powerful and free Zope application server. Plone is easy to set up, extremely flexible, and provides you with a system for managing web content that is ideal for project groups, communities, web sites, extranets and intranets.
Requirements:
Running Servers
1.Apache-tomcat
Port changed from 8000 to 8080 in /tomcat/conf/server.xml
Installation Process
1.Download Plone-2.5.2-UnifiedInstaller.tgz on /opt and extract
2.cd to Plone-2.5.2-UnifiedInstaller
vi install.sh
Changed Install dir to /opt/Plone/Plone-2.5.2 within this file
3.Run the scripts using command ./install.sh
Now a Zope Server is running on 8080 and clients Client1 and Client 2 listening.
To start Plone, issue the following commands in a Terminal
/opt/Plone/Plone-2.5.2/zeocluster/bin/startcluster.sh
To stop Plone, issue the following command in a Terminal window:
/opt/Plone/Plone-2.5.2/zeocluster/bin/shutdowncluster.sh
Note: Even if we install Plone as root user in Linux, we should login as an enabled user
(eg: zope) so as to access zope management interface.
4.We can access Zope management console from http://localhost:8080/manage
5.From the management console,got to drop down menu having add option.Add Plone site from here having particulars:
Id - Plone
Title - Portal
Description - This is a Plone Site for Palliative Care Services
6.In the ZMI there is a Plone item in the Root Folder, click on it and view.
Note: To get the Plone view without ZMI
http://localhost:8080/Plone
No comments:
Post a Comment