From 3bc2846b65406a6a6058ff1031c9e7cca5916049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Mon, 9 Mar 2020 17:07:42 +0100 Subject: [PATCH] DOC: added hint; updated package version --- README_SETUP.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README_SETUP.md b/README_SETUP.md index b4a423e0..19a62bda 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -16,7 +16,7 @@ ### Install the requirements on Debian On Debian, the required packages can be installed with: - apt-get install git make mariadb-server maven openjdk-8-jdk-headless \ + apt-get install git make mariadb-server maven openjdk-11-jdk-headless \ python3-pip screen libpam0g-dev unzip Note that installing MariaDB will uninstall existing MySQL packages and vice @@ -58,8 +58,11 @@ libpam0g-dev`. Then try again. After a fresh clone of the repository, this is what you need to setup the server: -1. Compile the server with `make compile` - 1. It is recommended to run the unit tests with `make test`. +1. Compile the server with `make compile`. This may take a while and there + needs to be an internet connection as packages are downloaded to be + integrated in the java file. + 1. It is recommended to run the unit tests with `make test`. It may take a + while. 2. Create an SSL certificate somewhere with a `Java Key Store` file. For self-signed certificates (not recommended for production use) you can do: - `mkdir certificates; cd certificates` -- GitLab