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
* Liferay 7.2 GA1 / Liferay DXP 7.2 GA1 or above (Please see 7.2.x branch)
25
25
* Liferay 7.1 (Please see 7.1.x branch)
26
+
* Liferay 7.0 (Please see 7.0.x branch)
26
27
27
28
## Usage
28
-
### For 7.2
29
-
1. Download jar file from [here](https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/master/latest) and place it in ${liferay-home}/deploy folder.
1. Download jar file according to the version above and place it int `${liferay-home}/deploy `
30
37
2. Start Liferay bundle and login as an administrator.
31
38
3. After the jar is properly installed, navigate to ```Control Panel``` in the left pane and under ```Apps``` folder, Dummy Factory portlet will be found. Please place that on a page.
32
39
4. Now you are ready to create dummy data! Enjoy!
33
40
34
-
### For 7.1
35
-
1. Download jar file from [here](https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.1.x/latest) and place it in ${liferay-home}/deploy folder.
36
-
2. Start Liferay bundle and login as an administrator.
37
-
3. After the jar is properly installed, navigate to ```Control Panel``` in the left pane and under ```Apps``` folder, Dummy Factory portlet will be found. Please place that on a page.
38
-
4. Now you are ready to create dummy data! Enjoy!
39
-
40
-
### For 7.0
41
-
Please download file from[here](https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.0.x/latest) and follow the same steps above.
42
-
43
41
## How can I compile Dummy Factory on my own?
44
-
1. Create a Liferay Workspace for 7.2 (or 7.0 for 7.0.x branch and 7.1 for 7.1.x branch)
45
-
2. Clone this repository to ```${liferay_workspace_home}/modules```.
46
-
3. At the root directory, run ```../gradlew clean assemble``` or ```blade gw assemble``` if you've installed `blade` tool. ```liferay.dummy.factory-x.x.x.jar``` will be created under ```/build/libs/``` directory.
42
+
1. Create a Liferay Workspace for appropriate version (7.2.x branch is for 7.2, for example)
43
+
2. Clone this repository to `${liferay_workspace_home}/modules`.
44
+
3. At the root directory, run `../gradlew clean assemble` or `blade gw assemble` if you've installed `blade` tool. ```liferay.dummy.factory-x.x.x.jar``` will be created under ```/build/libs/``` directory.
47
45
4. To install onto your Liferay bundle, startup Liferay bundle on your local and run ```blade deploy```. Dummy Factory portlet will be deployed.
0 commit comments