Skip to content

Commit d7b2a57

Browse files
authored
Merge pull request #152 from miljanuscumlic/exist-db-setup-filename
Fixed filename of the eXist-db installation jar
2 parents e02ba4a + 589fde2 commit d7b2a57

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/xar-resources/data/quickstart.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
on commercial Linux distributions. Users of other distributions are better
4242
served by distribution-specific instructions. Instructions that eXist-db users
4343
have found useful include: <ulink url="http://livingtao.blogspot.com/2012/01/few-easy-steps-to-install-sunoracle-jdk.html">Amazon Linux</ulink>, <ulink url="http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html">Ubuntu</ulink> and <ulink url="http://www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.html">Debian</ulink>.</para>
44-
<para>Special note: In general it recommended to use the Oracle Java VM, this is the safest choice. The OpenJDK 7 is a good open source alternative for the Oracle JVM.</para>
44+
<para>Special note: In general it is recommended to use the Oracle Java VM; this is the safest choice. The OpenJDK 7 is a good open source alternative for the Oracle JVM.</para>
4545
<para>Details of the Java VM can be obtained via the following command (two results displayed):
4646
<synopsis format="linespecific">java -version
4747
java version ""1.8.0_60-ea""
@@ -55,8 +55,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.60-b19, mixed mode)
5555
<section id="installation">
5656
<title>Installing eXist-db</title>
5757
<para>Download the installer for the latest stable release of eXist-db from the <ulink url="http://exist-db.org/exist/apps/homepage/index.html#subscriptions">Downloads</ulink> page. The installer is a single file called
58-
<filename>eXist-setup-[version]-revXXXXX.jar</filename>. Here, [version] and
59-
XXXXX reflect the version and revision numbers of eXist-db, and .jar is a Java
58+
<filename>eXist-db-setup-[version].jar</filename>. Here, [version] reflects the version number of eXist-db, and .jar is a Java
6059
Archive file. We recommend that you download the <emphasis>latest stable
6160
release</emphasis>.</para>
6261
<para>Once the download has completed, launch the eXist-db installer. To launch the
@@ -68,7 +67,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.60-b19, mixed mode)
6867
(e.g., Ubuntu), you can launch the installer by making the .jar file executable,
6968
right-clicking on the .jar file, and selecting the "Open With ... Java" option. Or,
7069
to launch the installer from the command line, enter the following command:
71-
<synopsis format="linespecific">java -jar eXist-setup-[version]-revXXXXX.jar</synopsis>
70+
<synopsis format="linespecific">java -jar eXist-db-setup-[version].jar</synopsis>
7271
(Windows and Mac users can also use the command line procedure, but most users
7372
prefer the graphical installer. For installs on a headless system, see <ulink url="advanced-installation.xml#headless">Headless Installation</ulink>.)</para>
7473
<para>After the installer is launched, follow the prompts described below to complete

0 commit comments

Comments
 (0)