You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/06/21 03:15:21 UTC

[openmeetings] branch master updated: Fixes issue #28: java and maven versions are corrected, start instructions are updated

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 39a63ee  Fixes issue #28: java and maven versions are corrected, start instructions are updated
39a63ee is described below

commit 39a63ee35cf94bd806d6bdd235efaf02e0cbdbb0
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Jun 21 10:15:10 2019 +0700

    Fixes issue #28: java and maven versions are corrected, start instructions are updated
---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6700f5e..67cd90b 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,13 @@ Building and running
 To build from source code:
 
   - Requirements:
-    Sources compilation require [Oracle Java SE 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
-    The project is built with [Apache Maven 3.3.9 or later](https://maven.apache.org/). 
+    Sources compilation require `Java SE 11`, [Apache Maven 3.5.0 or later](https://maven.apache.org/).
   - To build the OpenMeetings project run mvn in the root directory:
-     `mvn clean install -P allModules`
+     `mvn clean install -PallModules`
   - To run the OpenMeetings project:
     - go to `openmeetings-server/target` directory
     - extract `apache-openmeetings-x.x.x.tar.gz` (or `apache-openmeetings-x.x.x.zip` for windows) to **new** directory
-    - enter to this new directory and execute `red5.sh` (`red5.bat` for windows)
+    - enter to this new directory and execute `./bin/startup.sh` (`./bin/startup.bat` for Windows)
 
 For a detailed documentation on how to build from source and options see:
     https://openmeetings.apache.org/BuildInstructions.html