Thinking in GIS
a blog about GIS from a urban geogeek living at the countryside
Installing Zope and Plone from source on Ubuntu in 10 easy steps
Posted: January 02, 2008Categories: devs, Zope, CMS, Plone, Ubuntu
Feedback: View Comments
Here are my notes for installing Zope and Plone from source in Ubuntu. I took this notes installing on 7.10 (Gutsy) but should work without problems for earlier Ubuntu versions, and for other Linux platforms-1- install libraries needed for build (build-essential) and Zope-2- download zope 2.10.5 and plone 3.0.4wget https://launchpad.net/plone/3.0/3.0.4/+download/Plone-3.0.4.tar.gzwget http://www.zope.org/Products/Zope/2.10.5/Zope-2.10.5-final.tgz-3- unzip the downloaded filestar -xvzf Zope-2.10.5-final.tgztar -xvzf Plone-3.0.4.tar.gz-4- create the makefile and set the prefixcd Zope-2.10.5-finalway1:./configuregedit makefile and set prefix=/opt/Zope-2.10.5or way2 (simpler): ./configure --prefix=/opt/Zope-2.10.5-5- Install Zope (at the location set in prefix)sudo make install-6- create an user for zope not run as suggested: "Now run '/opt/Zope-2.10.5/bin/mkzopeinstance.py'" but create an...
Read the full post
Read the full post