<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GettingStarted</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>Recent changes to GettingStarted</description><atom:link href="https://sourceforge.net/p/kluster/wiki/GettingStarted/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 18 Sep 2014 05:59:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kluster/wiki/GettingStarted/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for GettingStarted page</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The script name is "bin/install-ec2-tools.sh" not "bin/install_ec2_tools.sh".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tal Weiss</dc:creator><pubDate>Thu, 18 Sep 2014 05:59:38 -0000</pubDate><guid>https://sourceforge.netfbf335d24baeb2e91011c9412614ccd6c4c81dd5</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,4 @@
-# Getting Started with Kluster
+## Getting Started with Kluster

 Everything here assumes you are in some kind of Unix-like environment.  The current writer is doing the client-side scripting mostly from a Mac laptop, but this should work from any type of UNIX or even cygwin.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Sun, 24 Mar 2013 00:13:39 -0000</pubDate><guid>https://sourceforge.netedfedc93c6e1c2d7ba0b0894ff97558fbd957eca</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -21,3 +21,4 @@
 OK.  By this point you have downloaded the EC2 API tools and the kluster scripts, and you have the basic software prerequisites on the client side.  The next stage is getting your security keys set up.

 Next: [Getting your Amazon Web Services (AWS) keys set up.](GettingYourKeys)
+Up: [Kluster Wiki](Home)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Fri, 22 Mar 2013 03:28:38 -0000</pubDate><guid>https://sourceforge.net48ccb42f2e3abab0a7a26cd6dcf86e88f3d23424</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -8,7 +8,7 @@

 Then `cd kluster`.  You now need to install Amazon's "EC2 API tools".  These are command-line tools with names like `ec2-describe-instances` (and short-form names like `ec2din` in this case), that allow you to do the things you could do from Amazon's Web-based EC2 console, from the command line.  We provide a script that will install those tools and also set up some necessary paths for you in a file called `vars.sh`.  From the directory `kluster`, type the command `bin/install_ec2_tools.sh`.  The output should look like the following:

-    # bin/install_ec2_tools.sh
+    # bin/install-ec2-tools.sh
     Linking ec2-api-tools-1.6.7.1 to ec2
     Putting the line  export KLUSTER_HOME=/Users/danielpovey/kluster  in ./vars.sh

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Fri, 22 Mar 2013 01:16:30 -0000</pubDate><guid>https://sourceforge.net7eb45b3d6fb1e92d29396d2fac0c0369dcecd57e</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -20,4 +20,4 @@

 OK.  By this point you have downloaded the EC2 API tools and the kluster scripts, and you have the basic software prerequisites on the client side.  The next stage is getting your security keys set up.

-Next: [Your EC2 Security Keys](GettingYourKeys)
+Next: [Getting your Amazon Web Services (AWS) keys set up.](GettingYourKeys)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Wed, 20 Mar 2013 21:09:33 -0000</pubDate><guid>https://sourceforge.net73bea4972d31d026142ebda31282109612e4f975</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -17,3 +17,7 @@
     . vars.sh

 This will source certain variables in `vars.sh` that will enable you to run the ec2 tools.  If it gives you warnings, it will be because Java was not installed or was not found, so you may have to install java.  **Caution: if you did not know that `. vars.sh` has the same effect as pasting the contents of vars.sh into the current shell, then stop here.  You do not know enough UNIX to administer systems using our tools.  You have too much to learn, and we cannot teach you.**
+
+OK.  By this point you have downloaded the EC2 API tools and the kluster scripts, and you have the basic software prerequisites on the client side.  The next stage is getting your security keys set up.
+
+Next: [Your EC2 Security Keys](GettingYourKeys)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Wed, 20 Mar 2013 20:50:36 -0000</pubDate><guid>https://sourceforge.net8dec4927cd6c779317061d1d20890882c7ce1f30</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,3 @@
-
 # Getting Started with Kluster

 Everything here assumes you are in some kind of Unix-like environment.  The current writer is doing the client-side scripting mostly from a Mac laptop, but this should work from any type of UNIX or even cygwin.
@@ -17,7 +16,4 @@

     . vars.sh

-This will source certain variables in `vars.sh` that will enable you to run the ec2 tools.
-If it gives you warnings, it will be because Java was not installed or was not found,
-so you may have to install java.  **Caution: if you did not know that `. vars.sh` has the same effect as pasting the contents of vars.sh into the current shell, then stop here.  You do not know enough UNIX to administer systems using our tools.  You have too much to learn, and we cannot teach you.**
-
+This will source certain variables in `vars.sh` that will enable you to run the ec2 tools.  If it gives you warnings, it will be because Java was not installed or was not found, so you may have to install java.  **Caution: if you did not know that `. vars.sh` has the same effect as pasting the contents of vars.sh into the current shell, then stop here.  You do not know enough UNIX to administer systems using our tools.  You have too much to learn, and we cannot teach you.**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Wed, 20 Mar 2013 20:41:02 -0000</pubDate><guid>https://sourceforge.nete2b154ed06c55071f14fd8033f15819ad76d178f</guid></item><item><title>WikiPage GettingStarted modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="getting-started-with-kluster"&gt;Getting Started with Kluster&lt;/h1&gt;
&lt;p&gt;Everything here assumes you are in some kind of Unix-like environment.  The current writer is doing the client-side scripting mostly from a Mac laptop, but this should work from any type of UNIX or even cygwin.&lt;/p&gt;
&lt;p&gt;You need to have Subversion (svn) installed, so you can download the Kluster scripts to your machine.  Once you have it installed, type, from your home directory:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;co&lt;/span&gt; &lt;span class="n"&gt;svn&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;svn&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sf&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;net&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;kluster&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt; &lt;span class="n"&gt;kluster&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Then &lt;code&gt;cd kluster&lt;/code&gt;.  You now need to install Amazon's "EC2 API tools".  These are command-line tools with names like &lt;code&gt;ec2-describe-instances&lt;/code&gt; (and short-form names like &lt;code&gt;ec2din&lt;/code&gt; in this case), that allow you to do the things you could do from Amazon's Web-based EC2 console, from the command line.  We provide a script that will install those tools and also set up some necessary paths for you in a file called &lt;code&gt;vars.sh&lt;/code&gt;.  From the directory &lt;code&gt;kluster&lt;/code&gt;, type the command &lt;code&gt;bin/install_ec2_tools.sh&lt;/code&gt;.  The output should look like the following:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="c"&gt;# bin/install_ec2_tools.sh&lt;/span&gt;
&lt;span class="n"&gt;Linking&lt;/span&gt; &lt;span class="n"&gt;ec2&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;api&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;tools&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;1&lt;span class="p"&gt;.&lt;/span&gt;6&lt;span class="p"&gt;.&lt;/span&gt;7&lt;span class="p"&gt;.&lt;/span&gt;1 &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;ec2&lt;/span&gt;
&lt;span class="n"&gt;Putting&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="nb"&gt;line&lt;/span&gt;  &lt;span class="n"&gt;export&lt;/span&gt; &lt;span class="n"&gt;KLUSTER_HOME&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;Users&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;danielpovey&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;kluster&lt;/span&gt;  &lt;span class="n"&gt;in&lt;/span&gt; &lt;span class="o"&gt;./&lt;/span&gt;&lt;span class="n"&gt;vars&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Then type&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;.&lt;/span&gt; &lt;span class="n"&gt;vars&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This will source certain variables in &lt;code&gt;vars.sh&lt;/code&gt; that will enable you to run the ec2 tools.&lt;br /&gt;
If it gives you warnings, it will be because Java was not installed or was not found,&lt;br /&gt;
so you may have to install java.  &lt;strong&gt;Caution: if you did not know that &lt;code&gt;. vars.sh&lt;/code&gt; has the same effect as pasting the contents of vars.sh into the current shell, then stop here.  You do not know enough UNIX to administer systems using our tools.  You have too much to learn, and we cannot teach you.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Wed, 20 Mar 2013 20:07:11 -0000</pubDate><guid>https://sourceforge.net9b84d528470e0ce9ece119ed001f68a0198536a0</guid></item></channel></rss>