You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/xar-resources/data/quickstart.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
on commercial Linux distributions. Users of other distributions are better
42
42
served by distribution-specific instructions. Instructions that eXist-db users
43
43
have found useful include: <ulinkurl="http://livingtao.blogspot.com/2012/01/few-easy-steps-to-install-sunoracle-jdk.html">Amazon Linux</ulink>, <ulinkurl="http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html">Ubuntu</ulink> and <ulinkurl="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>
45
45
<para>Details of the Java VM can be obtained via the following command (two results displayed):
46
46
<synopsisformat="linespecific">java -version
47
47
java version ""1.8.0_60-ea""
@@ -55,8 +55,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.60-b19, mixed mode)
55
55
<sectionid="installation">
56
56
<title>Installing eXist-db</title>
57
57
<para>Download the installer for the latest stable release of eXist-db from the <ulinkurl="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
60
59
Archive file. We recommend that you download the <emphasis>latest stable
61
60
release</emphasis>.</para>
62
61
<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)
68
67
(e.g., Ubuntu), you can launch the installer by making the .jar file executable,
69
68
right-clicking on the .jar file, and selecting the "Open With ... Java" option. Or,
70
69
to launch the installer from the command line, enter the following command:
(Windows and Mac users can also use the command line procedure, but most users
73
72
prefer the graphical installer. For installs on a headless system, see <ulinkurl="advanced-installation.xml#headless">Headless Installation</ulink>.)</para>
74
73
<para>After the installer is launched, follow the prompts described below to complete
0 commit comments