Attention

This document was written for an old version of Plone, Plone 3, and was last updated 1204 days ago.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

Creating a Plone site

by Mikko Ohtamaa last modified Feb 04, 2009 03:08 AM
One Zope instance can host several Plone sites. When Plone is set up using buildout it has not any sites created. You need to create one yourself.

.. image:: ../documentation/tutorial/developing-plone-with-eclipse/snapshot4.png
:target: /documentation/tutorial/developing-plone-with-eclipse/snapshot4.png

*Zope management interface page for adding a Plone site inside a Zope instance*

Make sure your development Plone instance is running. Open your browser and go to the address::

http://localhost:8080

You should see Zope management interface (ZMI) front page. Log in with the username and password you gave during running Paster script.

Click Zope root. On the right drop down menu choose New Plone site. You can choose id and title yourself, but don't use international characters in them.

Now you should be able to browse in to your site::

http://localhost:8080/yoursiteid


Contribute

Something wrong or out of date? Anybody can edit or create a new article in the knowledge base. Simply create an account on this site, log in, and click the Edit button to contribute.