[Swift-commit] r2435 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Jan 11 05:15:00 CST 2009
Author: benc
Date: 2009-01-11 05:14:59 -0600 (Sun, 11 Jan 2009)
New Revision: 2435
Modified:
trunk/docs/quickstartguide.xml
trunk/docs/reallyquickstartguide.xml
trunk/docs/userguide.xml
Log:
update docs to reflect change of cog module name from vdsk to swift
Modified: trunk/docs/quickstartguide.xml
===================================================================
--- trunk/docs/quickstartguide.xml 2009-01-11 11:03:51 UTC (rev 2434)
+++ trunk/docs/quickstartguide.xml 2009-01-11 11:14:59 UTC (rev 2435)
@@ -78,7 +78,7 @@
build instructions are available on the <ulink
url="http://www.ci.uchicago.edu/swift/downloads/index.php#nightly">Swift
downloads page</ulink>. Once built, the <filename
- class="directory">dist/vdsk-svn</filename> directory
+ class="directory">dist/swift-svn</filename> directory
will contain a self-contained build which can be used in place or moved to a different location.
You should then proceed to the <link
linkend="configure">configuration section</link>.
@@ -93,16 +93,16 @@
<para>
Simply unpack the downloaded package (<filename
- class="file">vdsk-<version>.tar.gz</filename>) into a
+ class="file">swift-<version>.tar.gz</filename>) into a
directory of your choice:
<programlisting>
<prompt>></prompt> <command>tar</command> <option>-xzvf</option> <filename
-class="file">vdsk-<version>.tar.gz</filename>
+class="file">swift-<version>.tar.gz</filename>
</programlisting>
This will create a <filename
- class="directory">vdsk-<version></filename> directory
+ class="directory">swift-<version></filename> directory
containing the build.
</para>
Modified: trunk/docs/reallyquickstartguide.xml
===================================================================
--- trunk/docs/reallyquickstartguide.xml 2009-01-11 11:03:51 UTC (rev 2434)
+++ trunk/docs/reallyquickstartguide.xml 2009-01-11 11:14:59 UTC (rev 2435)
@@ -40,7 +40,7 @@
<para>
Unpack it and add the <filename
- class="directory">vdsk-xyz/bin</filename> directory to your
+ class="directory">swift-xyz/bin</filename> directory to your
<envar>PATH</envar>.
</para>
@@ -63,7 +63,7 @@
<para>
Edit <filename
- class="file">vdsk-xyz/etc/swift.properties</filename>. You
+ class="file">swift-xyz/etc/swift.properties</filename>. You
should add your numeric IP address there
(<property>ip.address</property>=<literal>x.y.z.w</literal>).
@@ -77,7 +77,7 @@
are configured for local submission):
<programlisting>
-<command>cd</command> vdsk-xyz/etc
+<command>cd</command> swift-xyz/etc
<command>cp</command> sites.xml.example sites.xml
<command>cp</command> tc.data.example tc.data
</programlisting>
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-01-11 11:03:51 UTC (rev 2434)
+++ trunk/docs/userguide.xml 2009-01-11 11:14:59 UTC (rev 2435)
@@ -2730,12 +2730,12 @@
<para>
with-provider-deef - build with Falkon provider deef. In order for this
option to work, it is necessary to check out the provider-deef code in
-the cog/modules directory alongside vdsk:
+the cog/modules directory alongside swift:
<screen>
$ <userinput>cd cog/modules</userinput>
$ <userinput>svn co https://svn.ci.uchicago.edu/svn/vdl2/provider-deef</userinput>
-$ <userinput>cd ../vdsk</userinput>
+$ <userinput>cd ../swift</userinput>
$ <userinput>ant -Dwith-provider-deef=true redist</userinput>
</screen>
@@ -2745,12 +2745,12 @@
that provides delays and unreliability for the purposes of testing Swift's
fault tolerance mechanisms. In order for this option to work, it is
necessary to check out the provider-wonky code in the cog/modules
-directory alongside vdsk:
+directory alongside swift:
<screen>
$ <userinput>cd cog/modules</userinput>
$ <userinput>svn co https://svn.ci.uchicago.edu/svn/vdl2/provider-wonky</userinput>
-$ <userinput>cd ../vdsk</userinput>
+$ <userinput>cd ../swift</userinput>
$ <userinput>ant -Dwith-provider-wonky=true redist</userinput>
</screen>
</para>
More information about the Swift-commit
mailing list