diff --git a/src/main/xar-resources/data/basic-installation/assets/index1.png b/src/main/xar-resources/data/basic-installation/assets/index1.png index da54104d..998356fd 100644 Binary files a/src/main/xar-resources/data/basic-installation/assets/index1.png and b/src/main/xar-resources/data/basic-installation/assets/index1.png differ diff --git a/src/main/xar-resources/data/basic-installation/assets/installer1.png b/src/main/xar-resources/data/basic-installation/assets/installer1.png index 90bd84b8..532b510c 100644 Binary files a/src/main/xar-resources/data/basic-installation/assets/installer1.png and b/src/main/xar-resources/data/basic-installation/assets/installer1.png differ diff --git a/src/main/xar-resources/data/basic-installation/assets/installer2.png b/src/main/xar-resources/data/basic-installation/assets/installer2.png index 569e88bc..d53430c7 100644 Binary files a/src/main/xar-resources/data/basic-installation/assets/installer2.png and b/src/main/xar-resources/data/basic-installation/assets/installer2.png differ diff --git a/src/main/xar-resources/data/basic-installation/basic-installation.xml b/src/main/xar-resources/data/basic-installation/basic-installation.xml index 2c47c3a3..74ea1d8f 100644 --- a/src/main/xar-resources/data/basic-installation/basic-installation.xml +++ b/src/main/xar-resources/data/basic-installation/basic-installation.xml @@ -1,11 +1,10 @@ -
+
Basic Installation - 2Q19 + 2Q25 installation getting-started @@ -29,10 +28,11 @@ - At least Java version 8 (since eXist-db 3.0) + Java version 8 (eXist-db 3.x - 6.x) + Java version 21 (eXist-db 7.x) - About 200Mb of disk space for the installation + About 500Mb of disk space for the installation At least 512Mb memory to run @@ -47,10 +47,8 @@ eXist-db is built on Java, a free, cross-platform software development environment. Java comes in a number of versions, so it is important that you use the version that eXist-db requires: Java 8 (since eXist-db 3.0). For instructions about - running Java on your operating system, see Oracle's Installing - Java page. OpenJDK is a good open source alternative to the Oracle JVM and known to + running Java on your operating system, see Oracle's Installing + Java page. OpenJDK is a good open source alternative to the Oracle JVM and known to work well with eXist-db. eXist-db runs with both the Java JRE (Java Runtime Environment) and the JDK (Java Development Kit). The JRE usually suffices. You only need the JDK to compile @@ -63,13 +61,7 @@ For Linux users: Unfortunately, Oracle's own pages (such as the link above) focus on commercial Linux distributions. Users of other distributions are better served by distribution-specific instructions. More information for specific versions of Linux - can be found at Amazon Linux, Ubuntu and Debian. + can be found at Amazon Linux, Ubuntu and Debian. Note for pre eXist-db v2.2 versions: Due to compatibility issues it is NOT @@ -94,12 +86,12 @@ up: - Download the installer by following the download link on the eXist-db homepage page. We recommend + Download the installer by following the download link on the + eXist-db homepage page. We recommend that you download the latest stable release. The installer is a single file called - eXist-db-setup-[version].jar (for instance - eXist-db-setup-3.6.1.jar). + exist-installer-[version].jar (for instance + exist-installer-6.3.0.jar). Launch the eXist-db installer: @@ -108,8 +100,8 @@ On Mac and Windows, simply double-click the downloaded .jar file. - On Mac OS X 10.7 and higher, a security feature called Gatekeeper + On Mac OS X 10.7 and higher, a security feature called + Gatekeeper may prevent the installer from running since eXist-db is not registered with Apple. To circumvent the warning dialog and allow the installer to run, right-click or control-click the file and @@ -125,7 +117,7 @@ If necessary you can launch the installer from the command line with the following command: - java -jar eXist-db-setup-[version].jar + java -jar exist-installer-[version].jar @@ -134,7 +126,8 @@ described in the Advanced Installation article. If you wish to compile and run exist from source please see the article on building - eXist + eXist + @@ -160,7 +153,7 @@ - Admin Password and Memory Settings: + Admin Password: @@ -178,9 +171,9 @@ users on your local network (be it in your home or office, or at a cafe or on a train). So, securing your administrator's account on eXist-db is a good way to protect your data and prevent others from abusing the account. - Configure the maximum amount of memory which will be available to Java + @@ -195,18 +188,13 @@ - The "core" package is required to run eXist-db. + The "Server" package is required to run eXist-db. - The "sources" package is optional. Removing "sources" cuts the - installation size considerably, but best to install everything - unless you are starved for disk space. - - - The "apps" package allows you to select or deselect a number of + The "Apps" package allows you to select or deselect a number of applications which will be installed into eXist-db when it starts - the first time. If you are new to eXist-db, we recommend to at least - select "dashboard", "demo", "doc", "eXide" and "fundocs". You'll + the first time. If you are new to eXist-db, we recommend to install + all applications. You'll need those to make your first steps in XQuery development. @@ -317,15 +305,12 @@ If you want to launch eXist-db without a GUI, use the shell scripts in the bin/ sub-directory. On Linux or Mac, enter bin/startup.sh, on Windows bin\startup.bat. More - information about these start-up scripts in the Advanced Installation + information about these start-up scripts in the Advanced Installation article. Having trouble? - If you're having trouble launching eXist-db, see our articles on Troubleshooting and Advanced + If you're having trouble launching eXist-db, see our articles on Troubleshooting and Advanced Installation. @@ -336,12 +321,10 @@ Diving In - After a successful installation and launch, access eXist-db's Dashboard, the central administration and application + After a successful installation and launch, access eXist-db's Dashboard, the central administration and application hub of eXist-db. If the system tray icon works on your system, select Open Dashboard from the pop-up menu. Or just open a web browser and enter the - following URL: http://localhost:8080/exist/ + following URL: http://localhost:8080/exist/ The following page appears: @@ -350,12 +333,10 @@ - Seeing it? Congratulations! (Not seeing it? See our article on Troubleshooting). + Seeing it? Congratulations! (Not seeing it? See our article on Troubleshooting). All right, ready to dive in! Your local installation includes everything you need. - Access is easy, through the applications on the Dashboard (see also the article on the + Access is easy, through the applications on the Dashboard (see also the article on the Dashboard). @@ -392,4 +373,4 @@ -
+
\ No newline at end of file diff --git a/src/main/xar-resources/data/basic-installation/listings/listing-1.txt b/src/main/xar-resources/data/basic-installation/listings/listing-1.txt index c08e5f73..1d305155 100644 --- a/src/main/xar-resources/data/basic-installation/listings/listing-1.txt +++ b/src/main/xar-resources/data/basic-installation/listings/listing-1.txt @@ -1,4 +1,4 @@ …> java -version -java version ""1.8.0_60-ea"" -Java(TM) SE Runtime Environment (build 1.8.0_60-ea-b19) -Java HotSpot(TM) 64-Bit Server VM (build 25.60-b19, mixed mode) \ No newline at end of file +openjdk version "1.8.0_442" +OpenJDK Runtime Environment (build 1.8.0_442-b07) +OpenJDK 64-Bit Server VM (build 25.442-b07, mixed mode) \ No newline at end of file