Druke
July 21st, 2005, 09:44 PM
Plone is an project development website server/tool using many different "products" running on zope, which is made with python . It is also useful for general websites that aren't geared so much to project development. It supports many languages, and has very nice translation technologies so you don't have to translate. Additionally it works very well with any browser, I can surf it with Elinks and not have any lesser abilities then i would have with firefox.
so you can see what an install might look like, I use Plone for project development at http://plone.arcane-order.com/
you can read the whole shebang at http://plone.org/
O.k. this is my first guide, and i must say I am nothing of a Linux guru, however i think I've got this particular sequence down to an art.
I did this on a fresh install of ubuntu having only changed apt's reps like suggested in http://ubuntuguide.org/
Preparation
first off you must have the extra reps for apt-get enabled.
additionally, go ahead and have plone2.0.5 downloaded (http://prdownloads.sourceforge.net/plone/Plone-2.0.5.tar.gz?download)
ok now you're ready
First thing
sudo apt-get install zope2.7
this will install zope2.7, the latest version of zope that works with plone
once all that is finsihed run
sudo mkzope2.7instance
and fill out the asked questions
(thanks to iluminate)
now you have zope fully operational on your machine and just need to put plone2.0.5 into the products folder of your newly created instance
Extract the Plone tar file to wherever you like and 'cd' into it
so you should be inside the plone folder (in my case in /home/druke/plone-2.0.5)
type the following command
sudo mv ./* /var/lib/zope2.7/instance/(instance directory/Products
note that that line isn't copy and paste'able you have to manualy type in the instance directory that you made up when you made your zope2.7 instance.
now its time to start zope up
sudo /var/lib/zope2.7/instance/(instance directory)/bin/zopectl start
now then open up your web browser and goto
http://localhost:9673/manage
you will be prompted for the user name and pass you made up when you created the zope instance.
this is the zope controller, we want to make a plone instance, so in the top right(not zope Quickstart, about an inch down from there, should default say Accelerated HTTP cache manager) scroll down to plone site, hit add, fill out the form, and whola you've got yourself a plone server installed!
an extra side note, this si all case sensitive so when you access your plone instance at localhost:9673/(instance name) remember to be case sensitive, tis not standard HTML anymore.
well heres for my first guide, feel free to post question/rants/I hate you notes!
so you can see what an install might look like, I use Plone for project development at http://plone.arcane-order.com/
you can read the whole shebang at http://plone.org/
O.k. this is my first guide, and i must say I am nothing of a Linux guru, however i think I've got this particular sequence down to an art.
I did this on a fresh install of ubuntu having only changed apt's reps like suggested in http://ubuntuguide.org/
Preparation
first off you must have the extra reps for apt-get enabled.
additionally, go ahead and have plone2.0.5 downloaded (http://prdownloads.sourceforge.net/plone/Plone-2.0.5.tar.gz?download)
ok now you're ready
First thing
sudo apt-get install zope2.7
this will install zope2.7, the latest version of zope that works with plone
once all that is finsihed run
sudo mkzope2.7instance
and fill out the asked questions
(thanks to iluminate)
now you have zope fully operational on your machine and just need to put plone2.0.5 into the products folder of your newly created instance
Extract the Plone tar file to wherever you like and 'cd' into it
so you should be inside the plone folder (in my case in /home/druke/plone-2.0.5)
type the following command
sudo mv ./* /var/lib/zope2.7/instance/(instance directory/Products
note that that line isn't copy and paste'able you have to manualy type in the instance directory that you made up when you made your zope2.7 instance.
now its time to start zope up
sudo /var/lib/zope2.7/instance/(instance directory)/bin/zopectl start
now then open up your web browser and goto
http://localhost:9673/manage
you will be prompted for the user name and pass you made up when you created the zope instance.
this is the zope controller, we want to make a plone instance, so in the top right(not zope Quickstart, about an inch down from there, should default say Accelerated HTTP cache manager) scroll down to plone site, hit add, fill out the form, and whola you've got yourself a plone server installed!
an extra side note, this si all case sensitive so when you access your plone instance at localhost:9673/(instance name) remember to be case sensitive, tis not standard HTML anymore.
well heres for my first guide, feel free to post question/rants/I hate you notes!