- Step 1: Determining the Installation Directory
- Step 2: Fetching the Wiki Application from SVN
- Step 3: Registering the Package
- Step 4: Confirming the Installation
- Step 5: Adding a Sample Wiki Instance
Step 5: Adding a Sample Wiki Instance
To add a sample Wiki instance via a web browser, you need to visit the Zope 3 web UI by entering the URL http://localhost:8080/. Then you need to click the top folder in the Navigation column (at the upper left of the UI).
To add a sample Wiki, you follow these steps:
Click Add in the actions list.
Select Wiki from the list of content types.
Type wiki in the text field and click the Add button.
Because the Wiki object provides a custom adding screen, you have to confirm the addition once more by clicking the Add button.
You should now see a Wiki entry in the list of objects. To experiment with the object, you simply click Wiki.
As you can see, installing a Zope 3 add-on package is similar to adding an add-on in Python, with the addition that you have to point Zope 3 to the ZCML file of the package.