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
- Java 1.8 or above
- Download jar file from here and place it in ${liferay-home}/deploy folder.
- Start Liferay bundle and login as an administrator.
- After the jar is properly installed, navigate to
Application
in the right pane and under Tool folder, Dummy Factory portlet will be found. Please place that on a page. - Now you are ready to create dummy data! Enjoy!
- Clone this repository to your local. Please make sure you've already installed Gradle 3.0 or above and blade tool that Liferay provides.
- At the root directory, run
gradle clean assemble
thenliferay.dummy.factory-x.x.x.jar
will be created under/build/libs/
directory. - To install onto your Liferay bundle, start up Liferay bundle on your local and run
blade deploy
. Dummy Factory portlet will be deployed.
Please create a issue on this repository.