Koozali.org: home of the SME Server

Plone 3

Offline ElFroggio

  • *
  • 262
  • +0/-0
Plone 3
« on: June 16, 2010, 11:07:00 PM »
Hi,

How can I install Plone in a ibay?

Thanks

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Plone 3
« Reply #1 on: June 17, 2010, 12:32:49 AM »
how would you normally setup plone?

did you search with google for "plone centos setup howto"?

Offline ElFroggio

  • *
  • 262
  • +0/-0
Re: Plone 3
« Reply #2 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 ?

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Plone 3
« Reply #3 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 pointing to mysite.local:8080
set the plone url configuration to plone.mysite.local. This is now the url for your Plone installation.

Si

Offline ElFroggio

  • *
  • 262
  • +0/-0
Re: Plone 3
« Reply #4 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 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?

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Plone 3
« Reply #5 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

Offline ElFroggio

  • *
  • 262
  • +0/-0
Re: Plone 3
« Reply #6 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 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

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Plone 3
« Reply #7 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

Offline ElFroggio

  • *
  • 262
  • +0/-0
Re: Plone 3
« Reply #8 on: June 19, 2010, 05:28:41 PM »
Thanks for the info. This will be my project for the next 2 weeks.

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Plone 3
« Reply #9 on: June 19, 2010, 07:33:10 PM »
Good luck

Si