Liferay Dummy Factory Save

🏭 Liferay DXP / 7 Dummy data generation portlet

Project README

What's Dummy Factory?

Build Status Coverage Status

Dummy Factory generates dummy data for debugging use. Please don't use this for a production use.

What does Dummy Factory generate?

  • Organizations
  • Sites
  • Pages
  • Users
  • Web Content Articles
  • Documents
  • Message Board (Threads / Categories)
  • Category (Categories / Vocabularies)
  • Wiki
  • Blogs
  • Company

Required environment

  • 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)

Usage

Version Link
7.4 https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/master/latest
7.3 https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.3.x/latest
7.2 https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.2.x/latest
7.1 https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.1.x/latest
7.0 https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.0.x/latest
  1. Download jar file according to the version above and place it int ${liferay-home}/deploy
  2. Start Liferay bundle and login as an administrator.
  3. After the jar is properly installed, navigate to Control Panel -> System Settings -> Platform -> Thrid party and enable JQuery.
  4. Reboot the bundle.
  5. Navigate to Control Panel, under Marketplace, Dummy Factory will be found.
  6. Now you are ready to create dummy data! Enjoy!

How can I compile Dummy Factory on my own?

  1. Create a Liferay Workspace for appropriate version (7.2.x branch is for 7.2, for example)
  2. Clone this repository to ${liferay_workspace_home}/modules.
  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.
  4. To install onto your Liferay bundle, startup Liferay bundle on your local and run blade deploy. Dummy Factory portlet will be deployed.

Bug / Enhancement request

Please create a issue on this repository.

Known issues

  • 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.
Open Source Agenda is not affiliated with "Liferay Dummy Factory" Project. README Source: yasuflatland-lf/liferay-dummy-factory

Open Source Agenda Badge

Open Source Agenda Rating