I have installed Plone 2.0, and am working to configure it.
Here's how I installed it (very short version!):
Download and unpack Python-2.3.3.tgz from python.org.
Install it per the README file *
Download and unpack Zope-2.7.0.tgz from zope.org
Install it per the doc/INSTALL.txt file *
Download and unpack CMFPlone-2.0-final.tar.gz
Install it per the CMFPlone/INSTALL.txt file
I realize this is very brief; however, if you take the steps detailed in the various installation docs, it works fine (running off port 8080 - I haven't configured it for port 80 yet).
* I plan, time permitting, to create RPMs to simplify the process, especially as the above process will require compile tools for Python and Zope, as both are source tarballs. I installed and compiled both on my test box but don't want to install compilers on my production server.