How to install Plone on Ubuntu?

3 messages Options
Embed this post
Permalink
ajri02 () How to install Plone on Ubuntu?
Reply Threaded More More options
Print post
Permalink
I install ubuntu 8.04 in disk E:\ .
After that I download plone from plone.org, unzip and run install.sh But I don't see any result.
I tried with  manager synaptis package to install plone-site , I see plone-site automatically download and install but I don't know where is the install folder is placed?

Following help file, it is in folder user/home/local/plone, but I don't see this folder

Please help!
Lôc Cosnier () Re: [Setup] How to install Plone on Ubuntu?
Reply Threaded More More options
Print post
Permalink
Hi ajri02,

> After that I download plone from plone.org, unzip and run install.sh But
> I don't see any result.

You need to go within your forlder install/zinstance and run python bootstrap, run the buildout ./bin/buildout, next start the zope instance ./bin/plonectl start.
You'll see your plone site in http://localhost:8080/Plone in your browser

> I tried with  manager synaptis package to install plone-site , I see
> plone-site automatically download and install but I don't know where is
> the install folder is placed?

You need to start the zope server and go to http://localhost:8080/manage and add a Plone Site.
I think you have a run script in /etc/init.d.

Regards,

Lôc
ajri02 () Re: [Setup] How to install Plone on Ubuntu?
Reply Threaded More More options
Print post
Permalink

Lôc Cosnier wrote:
Hi ajri02,

> After that I download plone from plone.org, unzip and run install.sh But
> I don't see any result.

You need to go within your forlder install/zinstance and run python bootstrap, run the buildout ./bin/buildout, next start the zope instance ./bin/plonectl start.
You'll see your plone site in http://localhost:8080/Plone in your browser

> I tried with  manager synaptis package to install plone-site , I see
> plone-site automatically download and install but I don't know where is
> the install folder is placed?

You need to start the zope server and go to http://localhost:8080/manage and add a Plone Site.
I think you have a run script in /etc/init.d.

Regards,

Lôc
thank Loc I will retry