From owner-freebsd-questions@FreeBSD.ORG Fri Oct 16 09:13:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63892106574A for ; Fri, 16 Oct 2009 09:13:11 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0BAB18FC1E for ; Fri, 16 Oct 2009 09:13:09 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 40BB91CC9A; Fri, 16 Oct 2009 12:13:07 +0300 (EEST) X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Co+c0-ArRsYG; Fri, 16 Oct 2009 12:13:05 +0300 (EEST) Received: from rivendell (a88-114-134-146.elisa-laajakaista.fi [88.114.134.146]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id 51D7E1CC96; Fri, 16 Oct 2009 12:13:05 +0300 (EEST) Message-ID: <20F62A8C16E2485FBAA33EBE262ADA75@rivendell> From: "Reko Turja" To: "Paul Schmehl" , References: In-Reply-To: Date: Fri, 16 Oct 2009 12:13:12 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 Cc: Subject: Re: CMS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 09:13:11 -0000 > I manage a couple of FreeBSD servers for a friend. He's gotten all=20 > excited about content management and thinks that's the way to go.=20 > The system he's familiar with is Windows only. I've done a little=20 > research, but I'm wondering if anyone reading the list has=20 > experience with a CMS on FreeBSD - one that's in ports preferably. Due using Postgres, I've had experience on both Drupal and=20 Serendipity, both installed mostly from ports and seem to be updated=20 pretty regularly - although Serendipity can "self repair" - i.e. load=20 updates for plugins and itself automatically. Both have functioned=20 well enough, although with Drupal if you need more exotic array of=20 plugins, they have to be installed manually as ports seem to miss=20 several. In addition, some of the Drupal plugins need a bit of tweaking=20 (getting rid of mysqlisms) if used under Postgres, although the main=20 application works good enough. -Reko=20