You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Moreover, by doing a continuous stream, we avoid the latency issues. Depending o
16
16
17
17
# Runtime Dependencies
18
18
19
-
* AEM/CQ v5.6.1
19
+
* AEM/CQ v6.1
20
20
* To run Grabbit in your AEM/CQ instance, **you need to install a Fragment Bundle once per instance. It can be found [here](https://bintray.com/artifact/download/twcable/aem/dependencies/Sun-Misc-Fragment-Bundle-1.0.0.zip)**
21
21
22
22
# Building #
@@ -47,6 +47,16 @@ brew link --force --overwrite protobuf241
47
47
48
48
_For both Windows and Mac : To verify that installation was successful, `protoc --version` should display `2.4.1`_
49
49
50
+
### Adding AEM dependent libraries ###
51
+
52
+
#### Get workflow-console jar from AEM instance
53
+
54
+
1. Go to http://localhost:4502/system/console/bundles
55
+
2. Search for workflow-console and expand bundle when found.
56
+
3. Notice `Bundle Location` and copy the path after jcrinstall: (/libs/cq/platform/install/cq-workflow-console-5.8.2.jar)
57
+
4. From the top project directory, simply use the Sling download component to grab the data. For example:
0 commit comments