File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/TheBook/src/main/markdown Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ and how dCache's users will interact with the system. There is no one size fits
13
13
- At least 500 MiB free disk space
14
14
15
15
- Software:
16
- - OpenJDK 11
16
+ - OpenJDK 17
17
17
- Postgres SQL Server 13.0 or later
18
18
- ZooKeeper version 3.5 (embedded)
19
19
20
20
## Minimal Installation
21
21
22
22
### Java
23
- For this installation, we use OpenJDK 11 (java 17 for dCache version 10.2 and later)
23
+ For this installation, we use OpenJDK 17.
24
24
25
25
``` bash
26
26
sudo -s
27
27
28
- yum install java-11 -openjdk
28
+ dnf install java-17 -openjdk
29
29
30
- dnf install java-11 -openjdk-devel
30
+ dnf install java-17 -openjdk-devel
31
31
```
32
32
For a production installation, you will need standalone ZooKeeper version 3.8 or later.
33
33
Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ rpm -ivh https://www.dcache.org/old/downloads/1.9/repo/##SERIES##/dcache-##VERSI
74
74
| 1:dcache-##VERSION##-1 ################################# [100%]
75
75
```
76
76
77
- For example, ` ##SERIES## ` could be ` 9 .1` and ` ##VERSION## ` could be ` 9 .1.1` .
77
+ For example, ` ##SERIES## ` could be ` 10 .1` and ` ##VERSION## ` could be ` 10 .1.1` .
78
78
79
79
### Installing prerequisite packages
80
80
81
81
First, install OpenJDK and httpd-tools packages.
82
82
83
83
``` console-root
84
- yum install java-11 -openjdk-headless httpd-tools
84
+ yum install java-17 -openjdk-headless httpd-tools
85
85
```
86
86
87
87
### Installing PostgreSQL
You can’t perform that action at this time.
0 commit comments