Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ in an open source development environment.
## How to run:

1. Clone the github repo
2. Start the Liberty server and open the application in a web browser by running:
2. Set the relevant environment variables such as the JAVA_HOME environment variable. Ensure that you are using Java 8. For example, you may choose to download Java 8 from [IBM Semeru Runtimes Downloads](https://developer.ibm.com/languages/java/semeru-runtimes/downloads/?license=IBM).
```
export JAVA_HOME=<your Java 8 home path>
```
3. Start the Liberty server and open the application in a web browser by running:
```
./gradlew start open
```
Expand Down