Skip to content

Commit

Permalink
Update how to use java 11 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Mar 8, 2024
1 parent d9ba8ea commit 5e83272
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It is possible to display the current version of dependencies in the UI. To disp

Clone and install metafacture-core:
```bash
$ git clone https://github.com/metafacture/metafacture-core.git -b 5.7.0
$ git clone https://github.com/metafacture/metafacture-core.git -b 6.0.0
$ cd metafacture-core
```

Expand All @@ -53,7 +53,7 @@ It is possible to display the current version of dependencies in the UI. To disp

Clone and install metafacture-fix:
```bash
$ git clone https://github.com/metafacture/metafacture-fix.git -b 0.7.0
$ git clone https://github.com/metafacture/metafacture-fix.git -b 1.0.0
$ cd metafacture-fix
```

Expand Down Expand Up @@ -92,7 +92,11 @@ lein watch
Wait a bit, perhaps 20 seconds, keeping an eye out for a sign the compile has finished, then browse to http://localhost:8280.

### Start in production mode
Set the java version to 11, like:

```bash
export JAVA_CMD=/usr/lib/jvm/java-11-openjdk-amd64/bin/java
```
To compile and build the frontend run:

```
Expand Down

0 comments on commit 5e83272

Please sign in to comment.