README
======
For an introduction to Joget DX ENTERPRISE, please refer to https://community.joget.org

UPGRADING
=========
For details on upgrading from previous releases, please refer to https://www.joget.org/updates/DX9/upgrade

IMPORTANT NOTE: DX ENTERPRISE requires re-activation with a new license, so 
users with an active Enterprise Software Subscription are required to request 
for a new license.


Prerequisites:
==============
- Java 17 and above
- MySQL 8 and above


Installation for Linux:
=======================
1. Create a new directory (e.g. /opt/joget) and extract the tar.gz bundle into that directory
2. Install the Java Runtime Environment (JRE) or Java Development Kit (JDK) version 17 and above
3. Install MySQL Server version 8 and above
4. Create an empty database 'jwdb' in the MySQL server
5. Execute the setup script to create the required database tables: ./setup.sh
6. Execute the bundled Apache Tomcat application server: ./tomcat.sh run
7. Access the App Center at http://localhost:8080/jw


Installation for Windows:
=========================
1. Create a new folder e.g. C:\Joget and extract the ZIP bundle
2. Install the Java Runtime Environment (JRE) or Java Development Kit (JDK) version 17 and above
3. Install MySQL Server version 8 and above
4. Create an empty database 'jwdb' in the MySQL server
5. Populate the jwdb database with the SQL script in data\jwdb-empty.sql
6. Edit wflow\app_datasource-default.properties to match your database settings
7. Edit tomcat-run.bat and change JAVA_HOME to your Java installation directory
8. Run tomcat-run.bat to start the bundled Apache Tomcat application server
9. Access the App Center at http://localhost:8080/jw

