From owner-freebsd-zope@FreeBSD.ORG Fri Nov 8 13:13:39 2013 Return-Path: Delivered-To: zope@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED8D9AE7 for ; Fri, 8 Nov 2013 13:13:39 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward6l.mail.yandex.net (forward6l.mail.yandex.net [IPv6:2a02:6b8:0:1819::6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA54128AA for ; Fri, 8 Nov 2013 13:13:39 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward6l.mail.yandex.net (Yandex) with ESMTP id 108AA14E0D67; Fri, 8 Nov 2013 17:13:35 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id ACBEE2C10FB; Fri, 8 Nov 2013 17:13:35 +0400 (MSK) Received: from unknown (unknown [77.66.216.187]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id HJM5fwRBBT-DZMSITLW; Fri, 8 Nov 2013 17:13:35 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1383916415; bh=KLWHrjK2gpCT1cVkAt6H9JgTYavnTh4YkvOrBSBZ8oo=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=T4pBuxPKow9X+euZNu3FCLVbBi/aXyyvGSw9VxqsuUoPbx9ogwKR0yHU7XaVhHB8d qbIjqvS9h8C9mocE5yTi0sBygJ0RL1q/NBgEnlnFLqK7FiX9toy9xfymNR2uJChXBA nAU6ViTkmlVfu9cMPZqKcGuUoY6xO26b4oLMb0UA= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <527CE37D.4090208@yandex.ru> Date: Fri, 08 Nov 2013 17:13:33 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Alice Vixie , zope@freebsd.org Subject: Re: Plone port without even plonectl ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-zope@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Zope for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 13:13:40 -0000 Hi, Alice Vixie wrote on 08.11.2013 15:45: > Hi, > > a beginner's question: after installing www/plone I couldn't even > find plonectl command as recommended at the very start of the manual. > > > Is there any FreeBSD-ports-friendly manual? The official one starts > with strong warning against the packages and ports (incl. FreeBSD). > > > Thank you very much in advance > What's plonectl? In FreeBSD it have no individual start-up script - you just starting zope with plone installed. Just start it with `service zope213 start` and add zope213_enable="YES" in /etc/rc.conf to survive the reboot. That's all. There is another options to set multiple Zope instances etc, you may find that info there: /usr/ports/www/zope213/files/package-pkg-message.in It is displayed upon install. -- Regards, Ruslan T.O.S. Of Reality