Author: dlester
Date: Tue Mar 31 20:15:01 2015
New Revision: 1670463
URL: http://svn.apache.org/r1670463
Log:
Updates Aurora documentation to remove incubator references.
Modified:
aurora/site/publish/documentation/latest/committers/index.html
aurora/site/publish/documentation/latest/contributing/index.html
aurora/site/publish/documentation/latest/cron-jobs/index.html
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
aurora/site/publish/documentation/latest/index.html
aurora/site/publish/documentation/latest/tutorial/index.html
aurora/site/publish/documentation/latest/vagrant/index.html
aurora/site/publish/sitemap.xml
aurora/site/source/documentation/latest.html.md
aurora/site/source/documentation/latest/committers.md
aurora/site/source/documentation/latest/contributing.md
aurora/site/source/documentation/latest/cron-jobs.md
aurora/site/source/documentation/latest/deploying-aurora-scheduler.md
aurora/site/source/documentation/latest/tutorial.md
aurora/site/source/documentation/latest/vagrant.md
Modified: aurora/site/publish/documentation/latest/committers/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/committers/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/committers/index.html (original)
+++ aurora/site/publish/documentation/latest/committers/index.html Tue Mar 31
20:15:01 2015
@@ -63,7 +63,7 @@ and that key will need to be added to ou
<pre class="highlight text"> gpg --gen-key
</pre></li>
<li><p>Add your gpg key to the Apache Aurora KEYS file:</p>
-<pre class="highlight text"> git clone
https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
+<pre class="highlight text"> git clone
https://git-wip-us.apache.org/repos/asf/aurora.git
(gpg --list-sigs <KEY ID> && gpg --armor --export <KEY
ID>) >> KEYS
git add KEYS && git commit -m "Adding gpg key for
<APACHE ID>"
./rbt post -o -g
@@ -72,8 +72,8 @@ and that key will need to be added to ou
<pre class="highlight text"> gpg --keyserver pgp.mit.edu --send-keys
<KEY ID>
</pre></li>
<li><p>Update the changes to the KEYS file to the Apache Aurora svn dist
locations listed below:</p>
-<pre class="highlight text">
https://dist.apache.org/repos/dist/dev/incubator/aurora/KEYS
- https://dist.apache.org/repos/dist/release/incubator/aurora/KEYS
+<pre class="highlight text">
https://dist.apache.org/repos/dist/dev/aurora/KEYS
+ https://dist.apache.org/repos/dist/release/aurora/KEYS
</pre></li>
<li><p>Add your key to git config for use with the release scripts:</p>
<pre class="highlight text"> git config --global user.signingkey <KEY
ID>
Modified: aurora/site/publish/documentation/latest/contributing/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/contributing/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/contributing/index.html (original)
+++ aurora/site/publish/documentation/latest/contributing/index.html Tue Mar 31
20:15:01 2015
@@ -42,7 +42,7 @@
<h2 id="get-the-source-code">Get the Source Code</h2>
<p>First things first, you’ll need the source! The Aurora source is
available from Apache git:</p>
-<pre class="highlight text">git clone
https://git-wip-us.apache.org/repos/asf/incubator-aurora
+<pre class="highlight text">git clone
https://git-wip-us.apache.org/repos/asf/aurora
</pre>
<h2 id="read-the-style-guides">Read the Style Guides</h2>
Modified: aurora/site/publish/documentation/latest/cron-jobs/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/cron-jobs/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/cron-jobs/index.html (original)
+++ aurora/site/publish/documentation/latest/cron-jobs/index.html Tue Mar 31
20:15:01 2015
@@ -152,7 +152,7 @@ tasks with <code>job kill</code> and <co
<p><code>cron_schedule</code> uses a restricted subset of BSD crontab syntax.
While the
execution engine currently uses Quartz, the schedule parsing is custom, a
subset of FreeBSD
<a href="http://www.freebsd.org/cgi/man.cgi?crontab(5)">crontab(5)</a> syntax.
See
-<a
href="https://github.com/apache/incubator-aurora/blob/master/src/main/java/org/apache/aurora/scheduler/cron/CrontabEntry.java#L106-L124">the
source</a>
+<a
href="https://github.com/apache/aurora/blob/master/src/main/java/org/apache/aurora/scheduler/cron/CrontabEntry.java#L106-L124">the
source</a>
for details.</p>
<h2 id="caveats">Caveats</h2>
Modified:
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
---
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
(original)
+++
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
Tue Mar 31 20:15:01 2015
@@ -99,8 +99,8 @@ should have a JVM (Java 7 or higher) and
<p>To create a distribution for installation you will need build tools
installed. On Ubuntu this can be
done with <code>sudo apt-get install build-essential default-jdk</code>.</p>
-<pre class="highlight text">git clone
http://git-wip-us.apache.org/repos/asf/incubator-aurora.git
-cd incubator-aurora
+<pre class="highlight text">git clone
http://git-wip-us.apache.org/repos/asf/aurora.git
+cd aurora
./gradlew distZip
</pre>
<p>Copy the generated <code>dist/distributions/aurora-scheduler-*.zip</code>
to each node that will run a scheduler.</p>
Modified: aurora/site/publish/documentation/latest/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/index.html (original)
+++ aurora/site/publish/documentation/latest/index.html Tue Mar 31 20:15:01 2015
@@ -49,7 +49,7 @@
<li>Developers: All the information you need to start modifying Aurora and
contributing back to the project.</li>
</ul>
-<p>We encourage you to ask questions on the <a
href="http://aurora.incubator.apache.org/community/">Aurora developer list</a>
or the <code>#aurora</code> IRC channel on <code>irc.freenode.net</code>.</p>
+<p>We encourage you to ask questions on the <a
href="http://aurora.apache.org/community/">Aurora developer list</a> or the
<code>#aurora</code> IRC channel on <code>irc.freenode.net</code>.</p>
<h2 id="users">Users</h2>
Modified: aurora/site/publish/documentation/latest/tutorial/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/tutorial/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/tutorial/index.html (original)
+++ aurora/site/publish/documentation/latest/tutorial/index.html Tue Mar 31
20:15:01 2015
@@ -69,7 +69,7 @@ hierarchy is:</p>
getting up to speed on the system.</p>
<p>To get help, email questions to the Aurora Developer List,
-<a
href="mailto:[email protected]">[email protected]</a></p>
+<a href="mailto:[email protected]">[email protected]</a></p>
<h2 id="setup:-install-aurora">Setup: Install Aurora</h2>
Modified: aurora/site/publish/documentation/latest/vagrant/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/vagrant/index.html?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/vagrant/index.html (original)
+++ aurora/site/publish/documentation/latest/vagrant/index.html Tue Mar 31
20:15:01 2015
@@ -78,13 +78,13 @@ common commands for this tool.</p>
<h2 id="clone-the-aurora-repository">Clone the Aurora repository</h2>
<p>To obtain the Aurora source distribution, clone its Git repository using
the following command:</p>
-<pre class="highlight text"> git clone
http://git.apache.org/incubator-aurora.git
+<pre class="highlight text"> git clone http://git.apache.org/aurora.git
</pre>
<h2 id="start-the-local-cluster">Start the local cluster</h2>
-<p>Now change into the <code>incubator-aurora/</code> directory, which
contains the Aurora source code and
+<p>Now change into the <code>aurora/</code> directory, which contains the
Aurora source code and
other scripts and tools:</p>
-<pre class="highlight text"> cd incubator-aurora/
+<pre class="highlight text"> cd aurora/
</pre>
<p>To start the local cluster, type the following command:</p>
<pre class="highlight text"> vagrant up
@@ -120,7 +120,7 @@ other scripts and tools:</p>
<p>To verify that Aurora is installed in the VM, type the <code>aurora</code>
command. You should see a list
of arguments and possible commands.</p>
-<p>The <code>/vagrant</code> directory on the VM is mapped to the
<code>incubator-aurora/</code> local directory
+<p>The <code>/vagrant</code> directory on the VM is mapped to the
<code>aurora/</code> local directory
from which you started the cluster. You can edit files inside this directory
in your development
machine and access them from the VM under <code>/vagrant</code>.</p>
Modified: aurora/site/publish/sitemap.xml
URL:
http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/publish/sitemap.xml (original)
+++ aurora/site/publish/sitemap.xml Tue Mar 31 20:15:01 2015
@@ -2,134 +2,134 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://aurora.apache.org/blog/aurora-0-6-0-incubating-released/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-0-7-0-incubating-released/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/2015-upcoming-apache-aurora-meetups/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/community/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/developers/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/docs/gettingstarted/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/docs/howtocontribute/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/client-cluster-configuration/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/client-commands/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/committers/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/configuration-reference/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/configuration-tutorial/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/contributing/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/cron-jobs/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/developing-aurora-client/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/developing-aurora-scheduler/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/hooks/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/monitoring/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/resource-isolation/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/scheduler-storage/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/sla/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/storage-config/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/storage/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/test-resource-generation/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/thrift-deprecation/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/tutorial/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/user-guide/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/vagrant/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/downloads/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/</loc>
- <lastmod>2015-03-31T00:00:00-07:00</lastmod>
+ <lastmod>2015-03-31T00:00:00-04:00</lastmod>
</url>
</urlset>
\ No newline at end of file
Modified: aurora/site/source/documentation/latest.html.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest.html.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest.html.md (original)
+++ aurora/site/source/documentation/latest.html.md Tue Mar 31 20:15:01 2015
@@ -5,7 +5,7 @@ Apache Aurora is a service scheduler tha
* Operators: For those that wish to manage and fine-tune an Aurora cluster.
* Developers: All the information you need to start modifying Aurora and
contributing back to the project.
-We encourage you to ask questions on the [Aurora developer
list](http://aurora.incubator.apache.org/community/) or the `#aurora` IRC
channel on `irc.freenode.net`.
+We encourage you to ask questions on the [Aurora developer
list](http://aurora.apache.org/community/) or the `#aurora` IRC channel on
`irc.freenode.net`.
## Users
* [Install Aurora on virtual machines on your private
machine](/documentation/latest/vagrant/)
Modified: aurora/site/source/documentation/latest/committers.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/committers.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/committers.md (original)
+++ aurora/site/source/documentation/latest/committers.md Tue Mar 31 20:15:01
2015
@@ -24,7 +24,7 @@ and that key will need to be added to ou
2. Add your gpg key to the Apache Aurora KEYS file:
- git clone
https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
+ git clone https://git-wip-us.apache.org/repos/asf/aurora.git
(gpg --list-sigs <KEY ID> && gpg --armor --export <KEY ID>) >>
KEYS
git add KEYS && git commit -m "Adding gpg key for <APACHE ID>"
./rbt post -o -g
@@ -35,8 +35,8 @@ and that key will need to be added to ou
4. Update the changes to the KEYS file to the Apache Aurora svn dist locations
listed below:
- https://dist.apache.org/repos/dist/dev/incubator/aurora/KEYS
- https://dist.apache.org/repos/dist/release/incubator/aurora/KEYS
+ https://dist.apache.org/repos/dist/dev/aurora/KEYS
+ https://dist.apache.org/repos/dist/release/aurora/KEYS
5. Add your key to git config for use with the release scripts:
Modified: aurora/site/source/documentation/latest/contributing.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/contributing.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/contributing.md (original)
+++ aurora/site/source/documentation/latest/contributing.md Tue Mar 31 20:15:01
2015
@@ -2,7 +2,7 @@ Get the Source Code
-------------------
First things first, you'll need the source! The Aurora source is available
from Apache git:
- git clone https://git-wip-us.apache.org/repos/asf/incubator-aurora
+ git clone https://git-wip-us.apache.org/repos/asf/aurora
Read the Style Guides
---------------------
Modified: aurora/site/source/documentation/latest/cron-jobs.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/cron-jobs.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/cron-jobs.md (original)
+++ aurora/site/source/documentation/latest/cron-jobs.md Tue Mar 31 20:15:01
2015
@@ -100,7 +100,7 @@ tasks with `job kill` and `job restart`.
`cron_schedule` uses a restricted subset of BSD crontab syntax. While the
execution engine currently uses Quartz, the schedule parsing is custom, a
subset of FreeBSD
[crontab(5)](http://www.freebsd.org/cgi/man.cgi?crontab(5)) syntax. See
-[the
source](https://github.com/apache/incubator-aurora/blob/master/src/main/java/org/apache/aurora/scheduler/cron/CrontabEntry.java#L106-L124)
+[the
source](https://github.com/apache/aurora/blob/master/src/main/java/org/apache/aurora/scheduler/cron/CrontabEntry.java#L106-L124)
for details.
## Caveats
Modified: aurora/site/source/documentation/latest/deploying-aurora-scheduler.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/deploying-aurora-scheduler.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/deploying-aurora-scheduler.md
(original)
+++ aurora/site/source/documentation/latest/deploying-aurora-scheduler.md Tue
Mar 31 20:15:01 2015
@@ -40,8 +40,8 @@ should have a JVM (Java 7 or higher) and
To create a distribution for installation you will need build tools installed.
On Ubuntu this can be
done with `sudo apt-get install build-essential default-jdk`.
- git clone http://git-wip-us.apache.org/repos/asf/incubator-aurora.git
- cd incubator-aurora
+ git clone http://git-wip-us.apache.org/repos/asf/aurora.git
+ cd aurora
./gradlew distZip
Copy the generated `dist/distributions/aurora-scheduler-*.zip` to each node
that will run a scheduler.
Modified: aurora/site/source/documentation/latest/tutorial.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/tutorial.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/tutorial.md (original)
+++ aurora/site/source/documentation/latest/tutorial.md Tue Mar 31 20:15:01 2015
@@ -25,7 +25,7 @@ This is the recommended first Aurora use
getting up to speed on the system.
To get help, email questions to the Aurora Developer List,
-[[email protected]](mailto:[email protected])
+[[email protected]](mailto:[email protected])
## Setup: Install Aurora
Modified: aurora/site/source/documentation/latest/vagrant.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/vagrant.md?rev=1670463&r1=1670462&r2=1670463&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/vagrant.md (original)
+++ aurora/site/source/documentation/latest/vagrant.md Tue Mar 31 20:15:01 2015
@@ -43,16 +43,16 @@ Clone the Aurora repository
To obtain the Aurora source distribution, clone its Git repository using the
following command:
- git clone http://git.apache.org/incubator-aurora.git
+ git clone http://git.apache.org/aurora.git
Start the local cluster
-----------------------
-Now change into the `incubator-aurora/` directory, which contains the Aurora
source code and
+Now change into the `aurora/` directory, which contains the Aurora source code
and
other scripts and tools:
- cd incubator-aurora/
+ cd aurora/
To start the local cluster, type the following command:
@@ -88,7 +88,7 @@ To SSH into the VM, run the following co
To verify that Aurora is installed in the VM, type the `aurora` command. You
should see a list
of arguments and possible commands.
-The `/vagrant` directory on the VM is mapped to the `incubator-aurora/` local
directory
+The `/vagrant` directory on the VM is mapped to the `aurora/` local directory
from which you started the cluster. You can edit files inside this directory
in your development
machine and access them from the VM under `/vagrant`.