Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Install the Java Runtime Environment (JRE) or Java Development Kit (JDK) version 7 8 and above.
Code Block | ||
---|---|---|
| ||
sudo apt-get update sudo apt-get install default-jre |
Install MySQL Server version 5.5 and above
Code Block | ||
---|---|---|
| ||
sudo apt-get install mysql-server sudo service mysql start |
Create a new directory for the installation
Code Block | ||
---|---|---|
| ||
mkdir joget cd joget |
Extract the Linux tar.gz bundle
Code Block | ||
---|---|---|
| ||
tar xvfz joget-enterprise-linux-x.x.x.tar.gz cd joget-enterprise-linux-x.x.x |
Execute the bundled Apache Tomcat application server
Code Block | ||
---|---|---|
| ||
./tomcat8.sh start |
View the Apache Tomcat log file, when startup is complete it should say "Server startup in XXXX ms"
Code Block | ||
---|---|---|
| ||
tail -f apache-tomcat-8.0.20/logs/catalina.out |
Follow on with Setting Up Database.
Warning |
---|
For the Community Edition, you will need to delete the default datasource configuration file first before setting up the database: rm wflow/app_datasource.properties |
...