From where do I get the sample database for open-suite-webapp project?

Hi,

I have downloaded and made build of the open-suite-webapp (SuiteWebapp) and deployed to my local tomcat 9 server and it is working fine.

I need test data for the application like the one we have in demo website (here).

I searched in all of the axelor projects in github but I couldn’t find one.

Any help will be appreciated.

Thanks & Regards.

build.gradle FYR: -------------------------------------------------


title "Axelor ERP"
description "Axelor Entreprise Application"

ext.openPlatformVersion = '5.2.2'
ext.appVersion = '5.2.5-SNAPSHOT'
.------------------------------------------------------------

Finally got the answer! :grinning:

Test/demo data is already available in the SuiteWebapp project!
However, it is not obvious that it exists or how to install it even if you know it exists.

The feature is hidden in:
ApplicationConfig > Apps management page.

The default view of the Apps management page is Card view.
I think that is what is making this feature hidden.

Module cards have only one button called install and when you click install, an application warning message appears with an OK and Cancel button
eg.:


(I think there should have been an Import demo data checkbox on this warning message :point_up_2:.)

Where as the List view is lot more clear, in that, it has the checkbox column Demo data loaded which clearly shows which module is installed with or without the demo data.

Even on editing the module there is no Import demo data option available. The checkbox is disabled even in edit mode.:point_down:

Fig. A

Solution: The only place where I found the option to import the demo data is on Bulk install dialog/window :point_down:.


Select the modules to install and check the checkbox Import demo data and click install button.

Note: There is a property called data.import.demo-data in the application.properties file which is set to false by default.
But even after setting it to true (in the %CATALINA_HOME%\webapps\axelor-erp\WEB-INF\classes folder of the tomcat and restart) the checkbox in the individual module edit window(Fig. A above) is still disabled.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.