Which version of CMF should I install? And should I expect it to install correctly using the defaults? Zope has installed itself in /opt/zope. Does CMF install itself under Zope and will it be able to find the correct loation for itself? I don't suppose an RPM for RedHat v7.3 is available... -- John
On Sun, Feb 08, 2004 at 10:49:53PM +0000, John Poltorak wrote:
Which version of CMF should I install?
The latest stable - 1.4.2.
And should I expect it to install correctly using the defaults?
don't know what you mean.
Zope has installed itself in /opt/zope. Does CMF install itself under Zope and will it be able to find the correct loation for itself?
The CMF source distribution does not install itself. It comes with installation instructions. It's easy.
I don't suppose an RPM for RedHat v7.3 is available...
dunno, I don't use redhat. I checked rpmfind.net and only turned up 1.3. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's JOURNALIST BEHIND THAT TREE! (random hero from isometric.spaceninja.com)
On Sun, Feb 08, 2004 at 06:15:29PM -0500, Paul Winkler wrote:
The CMF source distribution does not install itself. It comes with installation instructions. It's easy.
OK, I think I have installed CMF and built my first CMF Site called CMF1. What URL do I use to see it? (Not ZMI) I tried http://www.xxx.org/cmf1 but get a site error.
--
Paul Winkler http://www.slinkp.com Look! Up in the sky! It's JOURNALIST BEHIND THAT TREE! (random hero from isometric.spaceninja.com)
-- John
On Sun, Feb 08, 2004 at 11:24:08PM +0000, John Poltorak wrote:
On Sun, Feb 08, 2004 at 06:15:29PM -0500, Paul Winkler wrote:
The CMF source distribution does not install itself. It comes with installation instructions. It's easy.
OK, I think I have installed CMF and built my first CMF Site called CMF1.
What URL do I use to see it? (Not ZMI)
I tried http://www.xxx.org/cmf1 but get a site error.
zope is case-sensitive. Is it CMF1 or cmf1 ? if that's not it, be more specific: post the complete error, including anything from the /error_log. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE SPOOGE-COVERED HAIRDRESSER! (random hero from isometric.spaceninja.com)
From: "John Poltorak" <jp@warpix.org>
Which version of CMF should I install?
The latest.
And should I expect it to install correctly using the defaults?
Correctly, yes. Usefully, no. In my opinion, CMF is not useful out of the box, and it takes a lot of work to make it so. I would suggest that you install CPS (preferrably the CPS3 betas, they are getting really good now) or Plone, to get something to start with. It is after all a Content Management FRAMEWORK. ;-)
Zope has installed itself in /opt/zope. Does CMF install itself under Zope and will it be able to find the correct loation for itself?
No, CMF doesn't install itself anywhere. You have to do that. But it's just a matter of unpacking the tgz and moving the directories in it files to your Products directory.
participants (3)
-
John Poltorak -
Lennart Regebro -
Paul Winkler