From owner-freebsd-ruby@FreeBSD.ORG Fri Aug 23 10:32:10 2013 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D6DEBE3; Fri, 23 Aug 2013 10:32:10 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A7192C5A; Fri, 23 Aug 2013 10:32:09 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id ea20so340520lab.13 for ; Fri, 23 Aug 2013 03:32:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=dS1AyqY6yC+66J6txspcp0du0aPPwFKokt/VdYaCKzU=; b=SVlBz+b4ZM3h0+7a9ZI7XiJ/L62iJLrm5gIVKFtIucKSBEpB7dqCbfU7I/1uHBSBZw 6SdNgIiLUhStj8K002TzthSePquMtumfjTd8zcBBMar8MdETV2nl1aSoPT2eMmbqXjRO JTzd0ofJ4Wiy17bSsh107eeds+DDRuvT/ZqWrK+5sRz2Phc+4LAfFaCvWyzVb7caUTbd 9dT6WCFcX3I+guvsMC1W9exZSJZymCUGD8Rscatw/PKPgUFPo7m0me2F92JsSkJEio+m ssmpzjOpn+FknTAUMyiZ2lHlAWN0H+I0WOkABPNc0YVY3EDvcgMB2/uEBIL+h7Jom1Jg w3Hg== MIME-Version: 1.0 X-Received: by 10.112.168.170 with SMTP id zx10mr15453952lbb.0.1377253927357; Fri, 23 Aug 2013 03:32:07 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.168.136 with HTTP; Fri, 23 Aug 2013 03:32:07 -0700 (PDT) Date: Fri, 23 Aug 2013 03:32:07 -0700 X-Google-Sender-Auth: le6nqGlSKxlAxoNPcsI4Ghmp7ZA Message-ID: Subject: Thank you for www/redmine port and Ruby gems in ports From: Craig Rodrigues To: Steve Wills Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports@freebsd.org, freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 10:32:10 -0000 Hi, I am a developer on the FreeNAS project, and recently I updated the bug tracker on that project from Trac to Redmine. I installed Redmine 2.3.2 directly from ports. It was amazingly easy to install Redmine from ports, and combine it with Nginx, Passenger, and Postgres, to get a very highly performant bug tracker based on Ruby on Rails. I would like to thank the freebsd-ruby team and freebsd-ports teams for making this so easy to do from ports. There are companies like Bitnami which offer their own Redmine distributions based on Linux, because installing all the dependent Ruby gems at the right versions can be very tricky. However, with FreeBSD ports, this is unnecesary because everything *just works*. I wrote a HOWTO for what I did here: http://forums.freebsd.org/showthread.php?t=41256 I'd also like to thank Steve Wills, who answered some of my questions on IRC about Redmine. You can see the Redmine bug tracker that I set up for the FreeNAS project, all running under FreeBSD, by going to this link: http://web.freenas.org/support/ and clicking on "Open a Ticket" (clicking this won't open the ticket, but will take you to the bug tracker page). Thank you!! -- Craig