This is an automated email from the ASF dual-hosted git repository.
imaxon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new d7072db [NO ISSUE] Update README.md
d7072db is described below
commit d7072db8fab4b11d367e62953504fd4be69d0229
Author: Ian Maxon <[email protected]>
AuthorDate: Thu May 7 19:23:46 2020 -0700
[NO ISSUE] Update README.md
Change-Id: Ie273594326b296c7a8257816dfb1f91c9b951fb8
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/6226
Contrib: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Wael Alkowaileet <[email protected]>
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a555946..483b108 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,8 @@ To build AsterixDB from source, you should have a platform
with the following:
* A Unix-ish environment (Linux, OS X, will all do).
* git
* Maven 3.3.9 or newer.
-* Oracle JDK 8 or newer.
+* JDK 11 or newer.
+* Python 3.6+ with pip and venv
Instructions for building the master:
@@ -83,13 +84,15 @@ Here are steps to get AsterixDB running on your local
machine:
* Good to go and run queries in your browser at:
- http://localhost:19001
+ http://localhost:19006
* Read more
[documentation](https://ci.apache.org/projects/asterixdb/index.html) to learn
the data model, query language, and how to create a cluster instance.
## Documentation
* [master](https://ci.apache.org/projects/asterixdb/index.html) |
+ [0.9.4.1](http://asterixdb.apache.org/docs/0.9.4.1/index.html) |
+ [0.9.4](http://asterixdb.apache.org/docs/0.9.4/index.html) |
[0.9.3](http://asterixdb.apache.org/docs/0.9.3/index.html) |
[0.9.2](http://asterixdb.apache.org/docs/0.9.2/index.html) |
[0.9.1](http://asterixdb.apache.org/docs/0.9.1/index.html) |