Results 1 to 3 of 3

Thread: [SOLVED] Trouble installing plone

  1. #1
    Join Date
    Jul 2007
    Beans
    399

    [SOLVED] Trouble installing plone

    Hi,
    I installed plone-site metapackage from Synaptic.

    It asked my password and port it wanted. I gave it 8081(the default) and proceeded.
    However, I can not run the zope instance by doing http://localhost:8081/manage in my browser.

    Also. the command for starting zope gives

    Code:
    $ sudo /etc/init.d/zope2.9 start
     * Zope2.9: no instances found.
    Any help on where to start from?

  2. #2
    Join Date
    Jun 2007
    Beans
    12

    Re: Trouble installing plone

    I used the unified installer on Plone.org. If you use that, it installs correct version of Python, Zope, and Plone. It installs it in your home dir of the user installing it. I have installed it several times after I went down the road you are going. Plone.org will give you the latest version 3.0.6. They recommend you install via source for production.

    The only prereq for Unified installer is is gc++.

    To answer you question there is a config file for Zope containing the port number if you want to try another port. (/home/(username)/Plone-3.0.6/zinstance/etc/zope.conf or wherever synaptic put it.
    Also, I would grep for *lone in process table to make sure it is not already running.

    I hope this helps.
    SkyyBugg

  3. #3
    Join Date
    Jun 2007
    Beans
    12

    Re: Trouble installing plone

    I used the unified installer on Plone.org. If you use that, it installs correct version of Python, Zope, and Plone. It installs it in your home dir of the user installing it. I have installed it several times after I went down the road you are going. Plone.org will give you the latest version 3.0.6. They recommend you install via source for production.

    The only prereq for Unified installer is is gc++.

    To answer you question there is a config file for Zope containing the port number if you want to try another port. (/home/(username)/Plone-3.0.6/zinstance/etc/zope.conf or wherever synaptic put it.
    Also, I would grep for *lone in process table to make sure it is not already running.

    I hope this helps.
    SkyyBugg

    PS Also try this command to start.:
    /home/username/Plone-3.0.6(your plone installdir)/zinstance/bin/zopectl start

    I think zopectl is what you are looking for.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •