How to properly configure moqui on the server?

Hi,
My Approach is:

  1. First copy moqui.war to tomcat webapp inside ROOT folder and change extension from war to zip and unzip it in ROOT Folder, do not forget to clean all files in ROOT folder first
  2. After extract, search in ROOT folder for MoquiInit.properties file and open this file and change
    line 21. this property must change to runtime path. example moqui.runtime=/opt/test/runtime
  3. Copy moqui runtime folder to location ==> ‘/opt/test/runtime’
  4. Config database connection
  5. Start Tomcat

Tomcat first create entities and then load data from your component
If your data is in your local computer you can export them first and then import them in server
Note: For exporting data you can try this address ==> http://localhost:8080/apps/tools/Entity/DataExport
Do not forget to change port and ip if needed.
if you need more help or maybe i misunderstood your question, explain your question with more detail.


Thanks