Zope

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lenk

    Zope

    Hi
    I installed zope in suse 9.0(own package).but i can t find start to
    start the server .
    /opt/zope/ ... is it a right path ?

    second problem
    Can you give an web example for python (forum,gueastbo ok ...)
    links pls:)

    thanks for all

  • Stephen Boulet

    #2
    Re: Zope

    Just wondering, it's not in /etc/init.d/zope* ?

    Stephen

    lenk wrote:
    [color=blue]
    > Hi
    > I installed zope in suse 9.0(own package).but i can t find start to
    > start the server .
    > /opt/zope/ ... is it a right path ?
    >
    > second problem
    > Can you give an web example for python (forum,gueastbo ok ...)
    > links pls:)
    >
    > thanks for all
    >[/color]

    Comment

    • lenk

      #3
      Re: Zope

      Stephen Boulet wrote:
      [color=blue]
      > Just wondering, it's not in /etc/init.d/zope* ?
      >[/color]

      there is no zope path in etc/init.d/..
      only /opt/zope/...........




      Comment

      • Stephen Boulet

        #4
        Re: Zope

        lenk wrote:
        [color=blue]
        > Stephen Boulet wrote:
        >[color=green]
        > > Just wondering, it's not in /etc/init.d/zope* ?
        > >[/color]
        >
        > there is no zope path in etc/init.d/..
        > only /opt/zope/...........[/color]


        Does "rpm -ql zope | grep bin" return anything useful?

        (Hoping I'm remembering my rpm arguments ...)

        Stephen

        Comment

        • Terry Reedy

          #5
          Re: Zope


          "lenk" <thelastmohicca n@yahoo.com> wrote in message
          news:bv2j13$n4o ug$1@ID-216549.news.uni-berlin.de...[color=blue]
          > Hi
          > I installed zope in suse 9.0(own package).but i can t find start to
          > start the server .
          > /opt/zope/ ... is it a right path ?
          >
          > second problem
          > Can you give an web example for python (forum,gueastbo ok ...)
          > links pls:)[/color]

          zope is an independently written and distibuted application written in
          Python with its own mailing lists. If you do not get the answer you want
          here, try them instead.

          tjr




          Comment

          • altkey

            #6
            Re: Zope

            Stephen Boulet wrote:[color=blue]
            > lenk wrote:
            >[color=green]
            >> Stephen Boulet wrote:
            >>[color=darkred]
            >> > Just wondering, it's not in /etc/init.d/zope* ?
            >> >[/color]
            >>
            >> there is no zope path in etc/init.d/..
            >> only /opt/zope/...........[/color]
            >
            >
            >
            > Does "rpm -ql zope | grep bin" return anything useful?
            >
            > (Hoping I'm remembering my rpm arguments ...)
            >
            > Stephen[/color]
            I am not very experienced with Zope, but as far as I can tell you need to
            (1) install zope - the normal ./configure ... make ... make install process
            (2) create a zope instance - this is described in the install
            documentation for zope

            the start/stop type scripts are in the instance's directory structure
            as <leading path stuff>/<zope instance>/bin/runzope (you can use zopectl
            too, it works slightly differently and you should run it in a terminal)

            cheers,
            altkey

            Comment

            Working...