<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Depth-First: Tag rubyforge</title>
    <link>http://depth-first.com/articles/tag/rubyforge</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Walking the Web of Chemical Informatics</description>
    <item>
      <title>Building Rubidium: Creating a RubyForge Project Space</title>
      <description>&lt;p&gt;&lt;img src="http://depth-first.com/demo/20071015/rubidium.png" align="right" border="0"&gt;&lt;/img&gt;Recent articles have discussed &lt;a href="http://depth-first.com/articles/tag/rubidium"&gt;Rubidium&lt;/a&gt;, the cheminformatics toolkit for Ruby. In this article, the first in a series, I'll go beyond the Ruby code to discuss the technical aspects of taking an Open Source idea from concept to release.&lt;/p&gt;

&lt;h4&gt;Finding a Home&lt;/h4&gt;

&lt;p&gt;Before setting up your Open Source project, you'll need to decide on how to host it. Project hosting can be as simple or elaborate as you wish, but the basic services include: a website; a mailing list; a discussion forum; a source code repository (typically CVS or Subversion); a bug tracking system; and a file release system.&lt;/p&gt;

&lt;p&gt;The multitude of choices can be broken down into two basic options: host the project yourself or use a free hosting service. Fortunately, Ruby-based projects enjoy two excellent free hosting options: &lt;a href="http://sourceforge.net"&gt;SourceForge&lt;/a&gt; and &lt;a href="http://rubyforge.org"&gt;RubyForge&lt;/a&gt;. Although SourceForge could certainly be used for a Ruby project, RubyForge is a more popular option. One of the reasons is that any RubyGem your project releases automatically becomes installable through the &lt;a href="http://rubygems.org/"&gt;RubyGems&lt;/a&gt; package management system with a simple one-line incantation:&lt;/p&gt;

&lt;div class="console"&gt;
&lt;pre&gt;
$ sudo gem install &amp;lt;yourprojectname&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Another reason to use RubyForge is discoverability. RubyForge only hosts projects related in some way to Ruby. So, your project will stand out a lot more in its category than with a much larger site like SourceForge.&lt;/p&gt;

&lt;p&gt;Given RubyForge's advantages, and my own interest in minimizing the work needed to maintain an Open Source project, Rubidium will be hosted on RubyForge.&lt;/p&gt;

&lt;h4&gt;Requesting a Project Space&lt;/h4&gt;

&lt;p&gt;Having decided on RubyForge as Rubidium's host, all that's left is to ask for free services. You'll need to &lt;a href="http://rubyforge.org/account/register.php"&gt;register for a user account&lt;/a&gt; if you haven't done so already. Then, simply &lt;a href="http://rubyforge.org/register/projectinfo.php"&gt;apply for project space&lt;/a&gt;. After about three business days, you should be notified whether your project was accepted.&lt;/p&gt;

&lt;p&gt;Several days ago, I completed this process for Rubidium. Its new home on RubyForge will be:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rubyforge.org/projects/rbtk"&gt;http://rubyforge.org/projects/rbtk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Rubidium home page can be found at:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rbtk.rubyforge.org"&gt;http://rbtk.rubyforge.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There's nothing useful there yet, a situation that will hopefully be fixed in a few weeks.&lt;/p&gt;

&lt;h4&gt;Next Steps&lt;/h4&gt;

&lt;p&gt;With powerful free services now available for the Rubidium project, we'll want to start taking advantage of them. The next articles in this series will discuss some ways of doing so.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:21:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:cc895dbc-1a02-4b7a-9fd9-11431a3e9cc3</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/10/26/building-rubidium-creating-a-rubyforge-project-space</link>
      <category>Tools</category>
      <category>rubidium</category>
      <category>rubyforge</category>
      <category>ruby</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
