Skip to content

Commit

Permalink
More ruby stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc committed Feb 21, 2011
1 parent ebcd328 commit 66b2243
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions html/ruby.html
Expand Up @@ -32,17 +32,25 @@ <h3 id="installing-rvm">Installing RVM</h3>

<p>More info is here: <a href="http://rvm.beginrescueend.com/rvm/install/">http://rvm.beginrescueend.com/rvm/install/</a></p>

<p>Next, be sure to issue <code>rvm notes</code> and install the appropriate dependencies,
<em>before</em> installing a Ruby.</p>
<h4 id="dependencies">Dependencies</h4>

<p>Be sure to issue:</p>

<pre><code>$ rvm notes
</code></pre>

<p>and install the appropriate dependencies, <em>before</em> installing a Ruby.</p>

<h3 id="gemsets">Gemsets</h3>

<p>Worth using, to isolate gem sets. See <a href="http://rvm.beginrescueend.com/gemsets/">http://rvm.beginrescueend.com/gemsets/</a></p>

<h3 id="ssl">SSL</h3>

<pre><code>$ rvm package install openssl
$ rvm package install zlib
<p>Install the packages via rvm. Order matters here.</p>

<pre><code>$ rvm package install zlib
$ rvm package install openssl
$ rvm remove 1.8.7
$ rvm install 1.8.7 -C --with-zlib-dir=$rvm_path/usr --with-openssl-dir=$rvm_path/usr
</code></pre>
Expand Down

0 comments on commit 66b2243

Please sign in to comment.