Update base requirements in README.
[lgpl/argeo-commons.git] / README.md
index 06966994547dd5378392c4b9adda4a4b1034944d..26bd91581c5a9ee99e95eac25d48fec94a67682b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,17 +1,19 @@
 # Argeo Commons lightweight integration framework
 
-Based on the OSGi and JCR standards.
+Based on the OSGi and JCR standards. Enterprise-grade since 2009.
+
+**The reference for Argeo code is http://git.argeo.org/ ** (the GitHub mirrors are updated from time to time, usually after releases)
 
 ## Development
 
 ### Pre-requisite
-- Java 8 OpenJDK (with HotSpot or OpenJ9 JVM https://adoptopenjdk.net/)
+- Java 11 OpenJDK (https://adoptopenjdk.net/)
 - Maven 3 (https://maven.apache.org/download.cgi)
-- Eclipse 2019-06 for RCP and RAP Developers (https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-rcp-and-rap-developers)
+- Eclipse 2019-12 for RCP and RAP Developers (https://www.eclipse.org/downloads/packages/release/2019-12/r/eclipse-ide-rcp-and-rap-developers-includes-incubating-components)
 
 ### First build, or after dependencies update
 ```bash
-mvn clean argeo-osgi:pde-sources install
+mvn clean install argeo-osgi:pde-sources
 ```
 
 This will download the sources of all third-party Java libraries in a format compatible with the Eclipse IDE, and will generate the Eclipse PDE target platform (Select ```org.argeo.dep.cms.e4.rap``` in Window > Preferences > Plug-in Development > Target Platform).
@@ -45,7 +47,7 @@ createrepo /srv/rpmfactory/argeo-osgi-2/el7/
 ## Deployment
 
 ### Pre-requisite
-- CentOS 7
+- CentOS/RHEL 7 or 8
 
 ### Install
 Please refer to the appropriate documentation for more complex deployments (e.g. LDAP server, PostgreSQL backend, etc.).