Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: ElFroggio on June 16, 2010, 11:07:00 PM

Title: Plone 3
Post by: ElFroggio on June 16, 2010, 11:07:00 PM
Hi,

How can I install Plone in a ibay?

Thanks
Title: Re: Plone 3
Post by: Stefano on June 17, 2010, 12:32:49 AM
how would you normally setup plone?

did you search with google for "plone centos setup howto"?
Title: Re: Plone 3
Post by: ElFroggio on June 17, 2010, 01:48:20 AM
Yes, I have looked, but how to I make it to go to the iBay: /home/e-smith/files/ibays/plone/html ?
Title: Re: Plone 3
Post by: si_blakely on June 18, 2010, 12:14:50 PM
Quote from: ElFroggio
Yes, I have looked, but how to I make it to go to the iBay: /home/e-smith/files/ibays/plone/html

You can't. Plone runs it's own http server. The way I did it is to
 
create your ibay plone (this is a dummy)
install Plone into /usr/local/Plone (which will run on port 8080 by default). Check that mysite.local:8080 works
create a domain redirection plone.mysite.local which points to your ibay
create a proxy pass directive (http://wiki.contribs.org/SME_Server:Documentation:FAQ#Proxy_Pass) pointing to mysite.local:8080
set the plone url configuration to plone.mysite.local. This is now the url for your Plone installation.

Si
Title: Re: Plone 3
Post by: ElFroggio on June 18, 2010, 03:02:14 PM
create your ibay plone (this is a dummy)
install Plone into /usr/local/Plone (which will run on port 8080 by default). Check that mysite.local:8080 works
create a domain redirection plone.mysite.local which points to your ibay
create a proxy pass directive (http://wiki.contribs.org/SME_Server:Documentation:FAQ#Proxy_Pass) pointing to mysite.local:8080
set the plone url configuration to plone.mysite.local. This is now the url for your Plone installation.

Thanks. How did you upgrade Python to 2.4?
Title: Re: Plone 3
Post by: si_blakely on June 18, 2010, 03:28:23 PM
If you use the Unified Linux installer, it will install Python 2.4 into the Plone directory and use it for all Plone-related scripts.

Si
Title: Re: Plone 3
Post by: ElFroggio on June 18, 2010, 03:58:48 PM
You can't. Plone runs it's own http server. The way I did it is to
 
create your ibay plone (this is a dummy)
install Plone into /usr/local/Plone (which will run on port 8080 by default). Check that mysite.local:8080 works
create a domain redirection plone.mysite.local which points to your ibay
create a proxy pass directive (http://wiki.contribs.org/SME_Server:Documentation:FAQ#Proxy_Pass) pointing to mysite.local:8080
set the plone url configuration to plone.mysite.local. This is now the url for your Plone installation.

Thanks for the great help but how do I do a "domain redirection" in sme? I search on contribs.org and can't find it. I'm trying to get http://www.xyz.com redirected to the plone.xyz.local.

Thanks
Title: Re: Plone 3
Post by: si_blakely on June 19, 2010, 10:58:11 AM
Use the Domain panel in Server Manager to add the Virtual Domain www.xyz.com. Then set up the Proxy Pass for that domain.

Also, in the Plone management interface, add an entry into the Virtual Host Monster for www.xyz.com (translating mysite.local:8080/Plone)

Si
Title: Re: Plone 3
Post by: ElFroggio on June 19, 2010, 05:28:41 PM
Thanks for the info. This will be my project for the next 2 weeks.
Title: Re: Plone 3
Post by: si_blakely on June 19, 2010, 07:33:10 PM
Good luck

Si