Dummy Factory generates dummy data for debugging use. Please don't use this for a production use.
- Organizations
- Sites
- Pages
- Users
- Web Content Articles
- Documents
- Message Board (Threads / Categories)
- Category (Categories / Vocabularies)
- Wiki
- Blogs
- Company
- Java 11 or above
- Liferay 7.4 GA1 (Master / Develop branch)
- Liferay 7.3 GA1 (Master / Develop branch)
- Liferay 7.2 (Please see 7.2.x branch)
- Liferay 7.1 (Please see 7.1.x branch)
- Liferay 7.0 (Please see 7.0.x branch)
- Download jar file according to the version above and place it int
${liferay-home}/deploy
- Start Liferay bundle and login as an administrator.
- After the jar is properly installed, navigate to
Control Panel -> System Settings -> Platform -> Thrid party
and enable JQuery. - Reboot the bundle.
- Navigate to
Control Panel
, underMarketplace
,Dummy Factory
will be found. - Now you are ready to create dummy data! Enjoy!
- Create a Liferay Workspace for appropriate version (7.2.x branch is for 7.2, for example)
- Clone this repository to
${liferay_workspace_home}/modules
. - At the root directory, run
../gradlew clean assemble
orblade gw assemble
if you've installedblade
tool.liferay.dummy.factory-x.x.x.jar
will be created under/build/libs/
directory. - To install onto your Liferay bundle, startup Liferay bundle on your local and run
blade deploy
. Dummy Factory portlet will be deployed.
Please create a issue on this repository.
- Wiki generator gets error and does not work due to denied access to JSON APIs before the initialization. Wiki looks like bing initialized at the first access to the Wiki Admin page in the control panel, right after spinning up the Liferay bundle.