From caaf82777aa646b8125d48af350449e1712dc132 Mon Sep 17 00:00:00 2001 From: shefali316 Date: Tue, 6 Oct 2020 12:19:45 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++---- site.properties | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8a4cf3486..683893879f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This document is relevant to both editions, but if you have checked out this Cor ## System requirements * Windows 7 or newer or Mac OSX 10.8 or newer (other users - check out our [Docker-based version](https://github.com/apromore/ApromoreDocker)) * Java SE 8 ["Server JRE"](https://www.oracle.com/technetwork/java/javase/downloads/server-jre8-downloads-2133154.html) or - ["JDK"](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) Edition 1.8. + ["JDK"](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) Edition 1.8. For Ubuntu, it can be installed as `sudo apt install openjdk-8-jdk` Note that newer versions, including Java SE 11, are currently not supported * [Apache Maven](https://maven.apache.org/download.cgi) 3.5.2 or newer * [Apache Ant](https://ant.apache.org/bindownload.cgi) 1.10.1 or newer @@ -29,7 +29,7 @@ This document is relevant to both editions, but if you have checked out this Cor > Server fails to start. * If either Apromore or PQL are configured to use MySQL, confirm that the database server is running. -* If you already run another server (e.g. OS X Server) you may need to change the port number 8443 in `Supplements/Virgo/tomcat-server.xml`. +* If you already run another server (e.g. OS X Server) you may need to change the port number in `Supplements/Virgo/tomcat-server.xml`. > Login screen appears, but "admin" / "password" doesn't work. * You may need to run `ant create-h2` to populate the H2 database. @@ -153,6 +153,4 @@ It can be configured to instead allow login based on an external LDAP directory. - `virgo-tomcat-server-3.6.4.RELEASE/repository/usr/site.properties` (section marked "LDAP") - `virgo-tomcat-server-3.6.4.RELEASE/configuration/login.conf` -* Since accounts will now be created automatically, you might want to remove the "Forgot password?" and "No account yet? Register for free!" buttons on the login screen by editing `Apromore-Core-Components/Apromore-Portal/src/main/webapp/login.zul` - When the server starts with the reconfigured portal, it will automatically create new accounts for valid LDAP logins. diff --git a/site.properties b/site.properties index 363ecb962f..740a768458 100755 --- a/site.properties +++ b/site.properties @@ -4,7 +4,7 @@ # Build tagging version.edition = @version.edition@ -version.number = 7.17 +version.number = 7.18 # Network