X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CCC8DDC00A7 for ; Tue, 4 Dec 2012 09:11:58 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so4524695obc.13 for ; Tue, 04 Dec 2012 01:11:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=j97tSjuBt5LSpwatMIlXxr9gPILU15M6H8ZH263fBCM=; b=Lke4AGjvAMmnOA6nSo0MIe96NXRXm9nnGvBBP7xAIy1oJ2HWmA7ufnvHuJjPYcfTkg 1hGTSKuGGMVKoSUO/WugZXTUqqeEceIfuNj93o2XhIkk/by9cAts9iedQiFjfSZelAD3 ibhFym8cYt13fkdix7TK5AUUW9sdDruytppaJb8mIFCPrpQMTK3DfJi7upJABtfxeSqg 7SZb7cV0W82RHIgKDxhh48MqaKI102yKw6rnnZxfOhJ1qbDUYsDII32zS4hnbVxrB4zv e5q6IUK0Nqxer4o2KCd5KaXAoIk8n9jL9y8haP8t01AV9KOhESWWJdspz7heSvfeki9/ GWEA== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.60.29.70 with SMTP id i6mr11212162oeh.38.1354612318545; Tue, 04 Dec 2012 01:11:58 -0800 (PST) Received: by 10.182.104.37 with HTTP; Tue, 4 Dec 2012 01:11:58 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Dec 2012 10:11:58 +0100 Message-ID: Subject: Re: [alpine-devel] Redmine From: Carlo Landmeter To: jeremy@thomersonfamily.com Cc: Alpine-devel Content-Type: multipart/alternative; boundary=e89a8ff256440e269a04d003421e --e89a8ff256440e269a04d003421e Content-Type: text/plain; charset=ISO-8859-1 Hi Jeremy, On Mon, Dec 3, 2012 at 9:40 PM, Jeremy Thomerson wrote: > @clandmeter: any updates to http://wiki.alpinelinux.org/wiki/Redmine ? > Not yet, I still need to do another install and see the following steps. I was in a hurry at that time to get everything running. > I spent a bit of time today trying to get Redmine working on my dev box > before I installed it on production, but kept hitting issues. I upgraded > the box to 2.5 so that I could use the Redmine package. But then I hit > blocker after blocker, and kept working through them one at a time, but > eventually decided I didn't want something that cobbled together installed > on production. (I got to the point where Redmine would run with the > webrick server from the CLI, but didn't complete making it work with > lighttpd / fastcgi). > ncopa has tried to get it working with lighttpd but failed because fastcgi seems to be broken. We looked at alternatives and the most interesting was unicorn (github is also using it). That's why Redmine apk is now based on unicorn instead of lighttpd. Can you list the issues to which you run into? With that info we can extend the wiki from a user perspective (sometimes I take things for granted which I should not). > > So, I was hoping the redmine package would "just work", or have a good > documented way of working. Just curious if it was something you had > working somewhere. Making Redmine "Just work" would be best, but the way they handle dependencies now has changed, they are now using bundle which seems the de-facto way of handling ruby dependencies now. I have put all Redmine ruby dependencies into aports so we can install them automatically, but because we do not use bundle Redmine keeps complaining about dependencies so currently we have to run it manually. I contacted a Redmine developer and he strongly advised me to keep using bundle. Running bundle for instance from post-install will update ruby dependencies automatically which is what we want to prevent (apk should handle deps). I didn't find time yet to look into bundle/Redmine, if somebody knows how we can hack Redmine so it accepts the dependencies installed by apk that would be great. > > > Jeremy > --e89a8ff256440e269a04d003421e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Jeremy,

On Mon, Dec 3, 201= 2 at 9:40 PM, Jeremy Thomerson <jeremy@thomersonfamily.com>= ; wrote:
@clandmeter: any updates to http://wiki.alpineli= nux.org/wiki/Redmine ?

Not yet, I still need to do another instal= l and see the following steps. I was in a hurry at that time to get everyth= ing running.
=A0
I spent a bit of time today trying to get Redmine working on my dev box bef= ore I installed it on production, but kept hitting issues.=A0 I upgraded th= e box to 2.5 so that I could use the Redmine package.=A0 But then I hit blo= cker after blocker, and kept working through them one at a time, but eventu= ally decided I didn't want something that cobbled together installed on= production.=A0 (I got to the point where Redmine would run with the webric= k server from the CLI, but didn't complete making it work with lighttpd= / fastcgi).

ncopa has tried to get it working with lig= httpd but failed because fastcgi seems to be broken. We looked at alternati= ves and the most=A0interesting=A0was unicorn (github is also using it).=A0T= hat's=A0why Redmine apk is now based on unicorn instead of lighttpd.=A0= Can you list the issues to which you run into? With that info we can extend= the wiki from a user perspective (sometimes=A0I take things for granted wh= ich I should not).=A0
=A0

So, I was hoping the redmine package would "just work", or ha= ve a good documented way of working.=A0 Just curious if it was something yo= u had working somewhere.

Making Redmine &qu= ot;Just work" would be best, but the way they handle=A0dependencies=A0= now has changed, they are now using bundle which seems the=A0de-facto=A0way= of=A0handling=A0ruby=A0dependencies=A0now.
I have put all Redmine ruby dependencies into aports so we can install= them automatically, but because we do not use bundle Redmine keeps complai= ning about dependencies so currently we have to run it manually. I contacte= d a Redmine developer and he strongly=A0advised=A0me to keep using bundle. = Running bundle for instance from post-install will update ruby dependencies= automatically which is what we want to prevent (apk should handle deps). I= didn't find time yet to look into bundle/Redmine, if somebody knows ho= w we can hack Redmine so it accepts the dependencies installed by apk that = would be great.


Jeremy

--e89a8ff256440e269a04d003421e-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---