From 74d674790798678b3ab5d6d2ee8918cb28f0b493 Mon Sep 17 00:00:00 2001 From: Kaimbacher Date: Wed, 21 Jul 2021 08:36:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EInstallation=20System=E2=80=9C=20hinzu?= =?UTF-8?q?f=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installation-System.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Installation-System.md diff --git a/Installation-System.md b/Installation-System.md new file mode 100644 index 0000000..1b2b2c6 --- /dev/null +++ b/Installation-System.md @@ -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 +