<div dir="ltr">My friends,<div><br></div><div>Iīd like to have a AMI only to run the MIT StarClusterīs Development version (AKA 0.999).</div><div><br></div><div>Here itīs the following steps that I though would work. Tell me if you done correctly.</div>
<div><br></div><div>1. Launch the Ubuntu instance as t1.micro</div><div>2. Install git hub</div><div>3. Do the following commands and stop at the end with error regarding the compiler...</div><div><pre style="font-family:Consolas,&#39;andale mono&#39;,&#39;lucida console&#39;,monospace;font-size:14px;line-height:17px;background-color:rgb(250,250,250);padding:10px;margin-top:0px;margin-bottom:0px;border-top-width:2px;border-top-style:solid;border-top-color:rgb(198,201,203);border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(198,201,203);color:rgb(62,67,73)">
$ git clone git://<a href="http://github.com/jtriley/StarCluster.git">github.com/jtriley/StarCluster.git</a>
$ cd StarCluster
$ sudo python distribute_setup.py
$ sudo python setup.py install</pre></div></div>