„Installation System“ hinzufügen
parent
d0aa77aaad
commit
74d6747907
1 changed files with 13 additions and 0 deletions
13
Installation-System.md
Normal file
13
Installation-System.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Step 1: Install Java
|
||||
|
||||
```
|
||||
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
|
||||
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
|
||||
sudo apt update
|
||||
sudo apt install adoptopenjdk-8-hotspot
|
||||
sudo update-alternatives --config java
|
||||
java -version
|
||||
```
|
||||
|
||||
# Step 2: Create and Setup Tomcat User
|
||||
|
Loading…
Add table
Reference in a new issue