Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Adjusted z2c service deps page
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Jul 15, 2010
1 parent c7726a2 commit 917ec10
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions docs/src/admin/z2c/service-dependencies.html
Expand Up @@ -19,7 +19,7 @@ <h2>Service Dependencies</h2>
<h3>Sun Java 1.5 or later</h3>
<p>
The <tt class="literal">java</tt> and <tt class="literal">javac</tt> commands should be on your path. You can check your
Java version with these command:
Java version with these commands:
</p>
<pre class="panel">
$ java -version
Expand All @@ -31,6 +31,17 @@ <h3>Sun Java 1.5 or later</h3>
</p>

<h3>Python 2.5 or later</h3>
<p>
You can check the version of your system Python with this command:
</p>
<pre class="panel">
$ python --version
</pre>
<p>
If you cannot safely upgrade the system Python, you can use an alternate location such as
<tt class="literal">/usr/local/bin/python2.5</tt>.
You will have an opportunity to specify this alternate path during the service node install.
</p>
<p>
Your Python must have support for <tt class="literal">sqlite 2</tt>, which is often installed separately, in a
package called <tt class="literal">python-sqlite2</tt> (Redhat) or <tt class="literal">python-pysqlite2</tt>
Expand Down Expand Up @@ -61,25 +72,11 @@ <h3>Apache Ant 1.6.2 or later</h3>
<p>
You must also have the <tt class="literal">propertyfile</tt> task available which
is usually installed separately from Ant itself. On Redhat-compatible systems this is often a package called
<tt class="literal">ant-nodeps</tt>. On Debian/Ubuntu the package is <tt class="literal">ant-optional</tt>. You can
check your ant installation:
<tt class="literal">ant-nodeps</tt>. On Debian/Ubuntu the package is <tt class="literal">ant-optional</tt>.
To be sure, you can check for the presence of a library called <tt class="literal">ant-nodeps.jar</tt>
in your Ant installation.
</p>
<pre class="panel">
$ ant -diagnostics

------- Ant diagnostics report -------
Apache Ant version 1.6.5

-------------------------------------------
Implementation Version
-------------------------------------------
core tasks : 1.6.5
optional tasks : 1.6.5
...
</pre>
<p>
If the "optional tasks" line does not say "not available", you should have everything needed.
</p>

<p>
If you have all of these dependencies, you can safely move on to the next section,
Expand Down

0 comments on commit 917ec10

Please sign in to comment.