Skip to content

Commit cbab956

Browse files
authored
Merge pull request #1 from redis-field-engineering/update-reademe
2 parents 28e23e4 + 9cc0f85 commit cbab956

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

samples/bookstore-demo/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ This is an example project demonstrating the usage of the Redis Sessions Java li
99
If you want to run the whole thing within docker (the project itself as well as the accompanying services) you may do so using:
1010

1111
```shell
12-
docker compose up
12+
# ensure you have jdk 17+ installed, ex with sdkman
13+
# sdk install java 17.0.13-amzn
14+
15+
# ensure you have maven if needed
16+
# brew install maven
17+
18+
# build and start containers
19+
./start-containers.sh
1320
```
1421

1522
### Remotely
@@ -58,4 +65,4 @@ After which you may run the app either directly from your IDE or as a simple jar
5865
```shell
5966
mvn package
6067
java -jar target/test-sessions-0.0.1-SNAPSHOT.jar --spring.profiles.active=docker
61-
```
68+
```

0 commit comments

Comments
 (0)