<div dir="ltr">Hi Guys,<div>As preparation for the upcoming presentation, I think it'd be nice if we all have ruby installed and working on our machines. I will post links to where Ruby + Rails can be downloaded and installed for different machines. </div><div><br></div><div>For Windows & Mac just go to the following link and download the Rails Installer and pick the one that has ruby 1.9.3 and just install</div><div><a href="http://railsinstaller.org/en">http://railsinstaller.org/en</a><br></div><div><br></div><div>Please note that, for those using MacOS, Macs come with ruby installed but sometimes the version installed is not the one that we need so just check by going into the terminal and type the command ruby -v, if you have 1.9.3 then check the rails version you have as well type rails -v, otherwise just download the installed from the site and install.</div><div><br></div><div>Once installation is finished, you can see if it was successfull by running the same commands ruby -v & rails -v. For those on Linux, just run the command </div><div><pre class="lang-rb prettyprint prettyprinted" style="margin-bottom: 10px; padding: 5px; font-size: 14px; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; overflow: auto; width: auto; max-height: 600px; word-wrap: normal; color: rgb(0, 0, 0); line-height: 18px;"><code style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"><span class="pln" style="background-color: transparent;">sudo apt</span><span class="pun" style="background-color: transparent;">-</span><span class="pln" style="background-color: transparent;">get install ruby1</span><span class="pun" style="background-color: transparent;">.</span><span class="lit" style="background-color: transparent; color: rgb(128, 0, 0);">9.1</span><span class="pun" style="background-color: transparent;">-</span><span class="pln" style="background-color: transparent;">full</span></code></pre></div><div>then when installation is complete, to install rails just run the following command </div><div><br></div><div><div class="prettyprint" style="background-color: rgb(250, 250, 250); border: 1px solid rgb(187, 187, 187); word-wrap: break-word;"><code class="prettyprint"><div class="subprettyprint"><span style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255);"><span style="color: #000;" class="styled-by-prettify">gem install rails </span><span style="color: #660;" class="styled-by-prettify">--</span><span style="color: #000;" class="styled-by-prettify">version </span><span style="color: #066;" class="styled-by-prettify">3.2</span><span style="color: #000;" class="styled-by-prettify"> </span></span></div></code></div></div><div><br></div><div>For those that used the installer downloaded from the above link, you will see that it also installed other things like git, sqlite, rvm(for mac), etc. If you are on Linux you might wanna install git manually if you don't have it already</div><div><a href="http://www.git-scm.com/book/en/Getting-Started-Installing-Git">http://www.git-scm.com/book/en/Getting-Started-Installing-Git</a>  </div><div><br></div><div>Thats it, if you are having and problem just ask</div><div><br></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "Arusha Technical Forum" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to arusha-technical-forum+unsubscribe@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />