From owner-freebsd-questions@freebsd.org Thu Jul 7 08:27:36 2016 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 214CDB766C1 for ; Thu, 7 Jul 2016 08:27:36 +0000 (UTC) (envelope-from gregory.orange@calorieking.com) Received: from pandora.au.calorieking.net (mail.au.calorieking.net [115.70.179.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B47AD147C for ; Thu, 7 Jul 2016 08:27:35 +0000 (UTC) (envelope-from gregory.orange@calorieking.com) Received: from pandora.au.calorieking.net (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id ED5A410C for ; Thu, 7 Jul 2016 16:19:39 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.au.calorieking.net (mail.au.calorieking.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YRJolp1iQe9n for ; Thu, 7 Jul 2016 16:19:35 +0800 (WST) Received: from [192.168.2.118] (freia.ne1.au.calorieking.net [192.168.2.118]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id F39B8C8 for ; Thu, 7 Jul 2016 16:19:34 +0800 (WST) Subject: Re: Rails + Discourse with FreeBSD + Docker To: freebsd-questions@freebsd.org References: From: Gregory Orange Message-ID: <577E1096.2010506@calorieking.com> Date: Thu, 7 Jul 2016 16:19:34 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 08:27:36 -0000 On 07/07/16 13:53, Murk Fletcher wrote: > Could someone good with this stuff please write a tutorial for us newcomers > on how to set up the Discourse discussion forum via Docker in FreeBSD? We're currently looking at NodeBB because Discourse, while appearing to be a great platform, looked hard to get installed on FreeBSD. Here's a nice description: http://nodebb-francais.readthedocs.io/projects/nodebb/en/latest/installing/os/freebsd.html That said, a quick web search yielded this helpful article about Discourse: http://www.babaei.net/blog/2016/04/29/discourse-as-a-blog-comment-service-on-freebsd-without-docker/ Also: https://wiki.freebsd.org/Docker "Docker on FreeBSD is experimental." HTH, Greg.