From owner-freebsd-questions@freebsd.org Sat Oct 28 16:41:47 2017 Return-Path: <owner-freebsd-questions@freebsd.org> Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7617E47C1A for <freebsd-questions@mailman.ysv.freebsd.org>; Sat, 28 Oct 2017 16:41:47 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC91A74883 for <freebsd-questions@freebsd.org>; Sat, 28 Oct 2017 16:41:47 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1509208436; bh=PBlLE1mPVaPuulI/Evxsrw9D975iweAfMWOLIbW4w4U=; h=Subject:To:References:From:Date:In-Reply-To; b=ZF4plIQAfW+rIgA+UCdx4ggY/d2LMI+KFkRfs7gvkhZuRNNAaVd8SDc2Phxcngc6x 30dtOjVKYEeFIWvXNkoRvQNcuvHbFi0o4MF421PY9TfBmFUldl4DqQWKJo/WC6o0kZ M/Qz7SwWcqPZeeb3NqQbgdEPwP2sNe+dmIr677U0= Subject: Re: Drupal vs. Wordpress To: freebsd-questions@freebsd.org References: <BN6PR2001MB1730A47EF95BAE3873F370EA805B0@BN6PR2001MB1730.namprd20.prod.outlook.com> From: Per olof Ljungmark <peo@nethead.se> Message-ID: <c8c0fe71-e917-ee80-37b9-9be68186b279@nethead.se> Date: Sat, 28 Oct 2017 18:33:54 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <BN6PR2001MB1730A47EF95BAE3873F370EA805B0@BN6PR2001MB1730.namprd20.prod.outlook.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Oct 2017 16:41:48 -0000 On 2017-10-28 18:02, Carmel NY wrote: > I am going to be installing either Drupal or Wordpress on my FreeBSD 11.1 > system. I was wondering if anyone has any specific recommendations. It will be > lightly used, at least at first. > They are two very different beasts - your choice would depend on your experience from CMS's and goal - WP gets you up and running in no time, after all, it is the most used Open Source CMS by far, but if you need to build a framework for a specific purpose that requires a lot more than a simple home page there is no end to choices... many of them are in ports as well. https://en.wikipedia.org/wiki/List_of_content_management_systems Let your skills and requirements guide you. Good luck, //per