File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,14 @@ This is an example project demonstrating the usage of the Redis Sessions Java li
9
9
If you want to run the whole thing within docker (the project itself as well as the accompanying services) you may do so using:
10
10
11
11
``` 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
13
20
```
14
21
15
22
### Remotely
@@ -58,4 +65,4 @@ After which you may run the app either directly from your IDE or as a simple jar
58
65
``` shell
59
66
mvn package
60
67
java -jar target/test-sessions-0.0.1-SNAPSHOT.jar --spring.profiles.active=docker
61
- ```
68
+ ```
You can’t perform that action at this time.
0 commit comments