vaticle / typedb-docs

TypeDB Documentation
25 stars 72 forks source link

New change request #816

Closed MarkDK closed 4 months ago

MarkDK commented 4 months ago

Description of issue

Arm MAcOS sample code needs editing, and file is pre-inflated, and Java 11 is no longer available as a standalone download.

[describe your issue here]

Affected docs article

https://typedb.com/docs/home/install/console

Suggested solution

if user chooses Arm64 option in MacOS, adjust code snippets accordingly. Plus solve the Java 11 requirement to run console. https://stackoverflow.com/questions/53111921/how-can-i-get-java-11-run-time-environment-working-since-there-is-no-more-jre-11

izmalk commented 4 months ago

The code snippets are architecture agnostic, as the only difference in the installation procedure is the archive's filename. I've replaced the filenames with the placeholder <filename>.

As for the Java 11 issue: while it's true that the 11th version is no longer available, we actually declare the requirement for the 11+ version (notice the plus sign). So any newer version should be compatible.

MarkDK commented 4 months ago

yeah - the change is good. I found good java options eventually. I thought I was looking for JRE but can't see where that expectation came from - maybe in the shell response.

Thank you.