You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2014/12/29 22:57:19 UTC

svn commit: r1648438 - in /incubator/aurora/site: publish/documentation/latest/developing-aurora-client/ publish/documentation/latest/vagrant/ source/documentation/latest/

Author: dlester
Date: Mon Dec 29 21:57:19 2014
New Revision: 1648438

URL: http://svn.apache.org/r1648438
Log:
Updates vagrant and developing aurora client documentation.

Modified:
    incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html
    incubator/aurora/site/publish/documentation/latest/vagrant/index.html
    incubator/aurora/site/source/documentation/latest/developing-aurora-client.md
    incubator/aurora/site/source/documentation/latest/vagrant.md

Modified: incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html?rev=1648438&r1=1648437&r2=1648438&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html Mon Dec 29 21:57:19 2014
@@ -39,7 +39,7 @@
   	  	<div class="container content">
           <h1 id="getting-started">Getting Started</h1>
 
-<p>Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see the file &ldquo;developing-aurora-scheduler.md&rdquo; in this directory.</p>
+<p>Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see <a href="/documentation/latest/developing-aurora-scheduler/">Developing the Aurora Scheduler</a>.</p>
 
 <p>If you want to work on the command-line client, this is the place for you!</p>
 
@@ -54,7 +54,7 @@ are fully self-contained executables: ju
 <pre class="highlight text">$ cp dist/aurora2.pex /usr/local/bin/aurora
 </pre>
 <p>To run all of the client tests:</p>
-<pre class="highlight text">$ ./pasts src/test/python/apache/aurora/client/:all
+<pre class="highlight text">$ ./pants src/test/python/apache/aurora/client/:all
 </pre>
 <h1 id="client-configuration">Client Configuration</h1>
 

Modified: incubator/aurora/site/publish/documentation/latest/vagrant/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/vagrant/index.html?rev=1648438&r1=1648437&r2=1648438&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/vagrant/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/vagrant/index.html Mon Dec 29 21:57:19 2014
@@ -83,11 +83,14 @@ no arguments to get a list of supported
 </pre>
 <h1 id="troubleshooting">Troubleshooting</h1>
 
-<p>Most of the vagrant related problems can be fixed by the following steps:
-* Destroying the vagrant environment with <code>vagrant destroy</code>
-* Killing any orphaned VMs (see AURORA-499) with <code>virtualbox</code> UI or <code>VBoxManage</code> command line tool
-* Cleaning the repository of build artifacts and other intermediate output with <code>git clean -fdx</code>
-* Bringing up the vagrant environment with <code>vagrant up</code></p>
+<p>Most of the vagrant related problems can be fixed by the following steps:</p>
+
+<ul>
+<li>Destroying the vagrant environment with <code>vagrant destroy</code></li>
+<li>Killing any orphaned VMs (see AURORA-499) with <code>virtualbox</code> UI or <code>VBoxManage</code> command line tool</li>
+<li>Cleaning the repository of build artifacts and other intermediate output with <code>git clean -fdx</code></li>
+<li>Bringing up the vagrant environment with <code>vagrant up</code></li>
+</ul>
 
   		</div>
   	  </div>

Modified: incubator/aurora/site/source/documentation/latest/developing-aurora-client.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/documentation/latest/developing-aurora-client.md?rev=1648438&r1=1648437&r2=1648438&view=diff
==============================================================================
--- incubator/aurora/site/source/documentation/latest/developing-aurora-client.md (original)
+++ incubator/aurora/site/source/documentation/latest/developing-aurora-client.md Mon Dec 29 21:57:19 2014
@@ -1,7 +1,7 @@
 Getting Started
 ===============
 
-Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see the file "developing-aurora-scheduler.md" in this directory.
+Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see [Developing the Aurora Scheduler](/documentation/latest/developing-aurora-scheduler/).
 
 If you want to work on the command-line client, this is the place for you!
 
@@ -19,7 +19,7 @@ are fully self-contained executables: ju
 
 To run all of the client tests:
 
-    $ ./pasts src/test/python/apache/aurora/client/:all
+    $ ./pants src/test/python/apache/aurora/client/:all
 
 
 Client Configuration

Modified: incubator/aurora/site/source/documentation/latest/vagrant.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/documentation/latest/vagrant.md?rev=1648438&r1=1648437&r2=1648438&view=diff
==============================================================================
--- incubator/aurora/site/source/documentation/latest/vagrant.md (original)
+++ incubator/aurora/site/source/documentation/latest/vagrant.md Mon Dec 29 21:57:19 2014
@@ -45,6 +45,7 @@ no arguments to get a list of supported
 Troubleshooting
 ===============
 Most of the vagrant related problems can be fixed by the following steps:
+
 * Destroying the vagrant environment with `vagrant destroy`
 * Killing any orphaned VMs (see AURORA-499) with `virtualbox` UI or `VBoxManage` command line tool
 * Cleaning the repository of build artifacts and other intermediate output with `git clean -fdx`