From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.182.180.80 with SMTP id dm16csp114414obc; Sat, 19 Jan 2013 07:01:55 -0800 (PST) X-Received: by 10.60.169.240 with SMTP id ah16mr10094962oec.9.1358607715626; Sat, 19 Jan 2013 07:01:55 -0800 (PST) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id zl4si8321340obb.192.2013.01.19.07.01.55; Sat, 19 Jan 2013 07:01:55 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 2D6212E0A0; Sat, 19 Jan 2013 15:01:56 +0000 (UTC) X-Greylist: delayed 153980 seconds by postgrey-1.31 at rubyforge; Sat, 19 Jan 2013 15:01:44 UTC Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by rubyforge.org (Postfix) with ESMTP id 134F52E069 for ; Sat, 19 Jan 2013 15:01:43 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id 12so426815wgh.19 for ; Sat, 19 Jan 2013 07:01:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=36QDSSNCj2t9xuRPxuraol2FrstZwvqidxMSKB1Xag0=; b=G3F26FM0nELNxZfxzzzey4T7AEFrFTztm/YmzQ/oDrc8BQ35BoG011S+TlHRjgFT9U 1Y2qslatiFm4Md0fLmVxbBoK6BpAfJo23guyZ1QXn56yAYz7bOoAmqgRMKo5EMdVg9eQ afrKmz1xATWI1I9hQoYsvLY/QKKrw5VHvNz2eVyl39/ILSFAvm558SWvNMDBB4cE8SyR f47K/h0rcjrLcZqpylLQ93ozV2q1dqk+ZCwSSN0wfXU0JFIpw8rCcw+Cn3fH3A/AFkEd hyN708xtGL3LBoUO/mUIwOQT02tg6/N8T6ehnLyU9sh+7aWe9/TmuTVGwbr25+itYMwH s3qw== X-Received: by 10.194.89.167 with SMTP id bp7mr19055857wjb.0.1358607702397; Sat, 19 Jan 2013 07:01:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.152.166 with HTTP; Sat, 19 Jan 2013 07:01:22 -0800 (PST) From: Matthieu Rakotojaona Date: Sat, 19 Jan 2013 16:01:22 +0100 Message-ID: To: sup-devel Subject: [sup-devel] Simplification of heliotrope usage X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Hello everyone, I've simplified the usability of heliotrope through this pull-request : https://github.com/sup-heliotrope/heliotrope/pull/1 Basically, to install heliotrope you need to : 1. Install ruby 2. git clone the branch (https://github.com/sup-heliotrope/heliotrope/tree/usability) 3. Install the bundle gem and run it : $ gem install bundle $ bundle install 4. run heliotrope : $ ruby /path/to/bin/heliotrope-server This should simplify the management of gems versions (the versions are checked-in, thus using `bundle install` will install the exact same version as what I have), the management of paths (everything heliotrope-related is in $XDG_DATA_HOME/heliotrope, so you don't need to specify a folder). The other command are also modified, so that you can simply run $ ruby /path/to/bin/heliotrope-import -l to import all your mails from a maildir. The README is updated, so you can read what's up. I'd really like to push it as fast as possible into the develop branch because it helps a lot. Feel free to use/test it. -- Matthieu RAKOTOJAONA _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel