Installing Plone 4.0 RC1 on my MacBook Pro running Snow Leopard

Posted on søndag, august 29, 2010 @ kl. 17.52 by david

Permanent Link

  • retweet this

I want to install Plone locally to start developing my own Plone Products. So far the process is not very well documented, so here is my step-by-step version for newbies.







1. Install Xcode from the Mac OS X Install DVD.

Snow-Leopard-Install-DVD.jpg

Insert the DVD and look under the folder for Optional Installs

You will see the icon for Xcode.mpkg

Use the Standard defaults for the installation.

Note: This will install GCC 4.01 for Python, which is needed to run the rest of the install.

 

2. Download Plone 4.0

Open this page:

http://plone.org/products/plone/releases/4.0

Or just download the OS X 10.5/10.6 Intel Installer for Plone 4.0 (Release Candidate)

 

3. Install Plone 4.0

After downloading the Plone-4.0rc1.dmg, find and click on the file from your Downloads folder.

plone-4-mac-os-x-install-01.jpg

The .dmg file opens a folder with 2 files and 1 folder.

Click on the first .mkpg file to start the installation.

plone-4-mac-os-x-install-02.jpg

Continue to the Type of Installation.

plone-4-mac-os-x-install-03.jpg

Use the Stand-Alone Installation option for developing and testing on your local machine.

During the install you will be asked to create a password for the admin of the Zope server.

Note: Remember this password for when we create a new Plone site.

When the install is finished, Close the installation and unmount Plone-4.0rc1.dmg

 

4. Starting Zope/Plone

Open the Terminal window from under /Applications/Utilities

mac-os-x-terminal-icon.png

From the command prompt, type in (after the $)

 /Users/{username}/Plone/zinstance/bin/plonectl start

You should see this in the terminal window:

instance: . .
daemon process started, pid=22775

Then you know that Zope (web server) is started.

 

5. Create a new Plone site

After Zope has started, open a browser and type in:

http://localhost:8080

and you should see this screen:

zope-create-new-plone-site.jpg

Click on the Create a new Plone site button.

This opens a login for the admin of the Zope web server. This is the same password you created from the installation.

zope-create-new-plone-site-login.jpg

After logging in, you will be sent to a configuration page for the new Plone site.

zope-create-new-plone-site-config.jpg

In the configuration page, you can set up the Path ID, the Title, Language and any Add-ons for the new site.

Once you click on the Create Plone Site button, you will be redirected to your new Plone site.

plone4-screenshot.png

Share