Plone and Ubuntu Edgy Eft 6.10
While looking into Plone I wanted to get a development environment up quickly. Searching the webs revealed a few sites which described the process on Dapper. Applying those tutorials failed because of a few package changes.
Here are the commands to get things up and running:
sudo aptitude install zope2.9
sudo aptitude install plone-site
This will ask you for some admin settings and then start the Zope server.
The default port is 8081, so you can float on over to http://localhost:8081/
