Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Info |
---|
以下指导基于 Debian 或 Ubuntu Linux. 其它Linux版本, 请使用相应的命令. |
Install the 安装 Java Runtime Environment 运行环境 (JRE) or 或 Java Development Kit 开发工具包 (JDK) version 7 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 设置数据库.
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 |
...