From: Mathieu Baudier Date: Fri, 12 Jun 2020 07:39:28 +0000 (+0200) Subject: Deploy Java 11. X-Git-Tag: argeo-commons-2.1.89~129 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=c64e416a93edcfb36a37140121a607ff4cd65972;p=lgpl%2Fargeo-commons.git Deploy Java 11. --- diff --git a/README.md b/README.md index 7ae0ee562..07fa9242f 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ createrepo /srv/rpmfactory/argeo-osgi-2/el7/ Please refer to the appropriate documentation for more complex deployments (e.g. LDAP server, PostgreSQL backend, etc.). ```bash -sudo yum install java-1.8.0-openjdk-headless +sudo yum install java-11-openjdk-headless sudo yum install argeo-node argeo-cms-e4-rap -# required only for local access to the OSGi console (telnet localhost 2323): +# Required only for local access to the OSGi console (telnet localhost 2323): sudo yum install telnet ``` @@ -59,7 +59,7 @@ sudo firewall-cmd --add-port 8080/tcp ### Running with systemd ```bash systemctl [start|stop|restart] argeo -# make sure that it started after a server restart: +# Make sure that the service is started after a server restart: systemctl enable argeo ```