From owner-freebsd-questions@freebsd.org Sat Oct 28 16:41:47 2017 Return-Path: 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 ; 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 ; 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: From: Per olof Ljungmark Message-ID: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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