NOTE: You may find it easier to use Docker
Chinese |
---|
NOTE: 您会发现使用 Docker 更方便 |
Info |
---|
The following instructions are for Debian or Ubuntu Linux. For other Linux distributions please adapt the commands accordingly. Chinese |
---|
以下指导基于 Debian 或 Ubuntu Linux. 其它Linux版本, 请使用相应的命令. |
|
Install the Java Runtime Environment (JRE) or Java Development Kit (JDK) version 8 and above. Starting from Joget v6.0.15, JAVA 8 is required due to fixes for vulnerability issues of a dependent library.
Code Block |
---|
|
sudo apt-get update
sudo apt-get install default-jre |
Install MySQL Server version 5.5 and above
Chinese |
---|
安装 MySQL Server version 5.5 以上版本 |
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 |
Download the Joget Linux tar.gz bundle from http://www.joget.org/download
Extract the Linux tar.gz bundle
Chinese |
---|
解压 Linux tar.gz 安装包 |
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
Chinese |
---|
运行安装包 Apache Tomcat 应用服务 |
Code Block |
---|
|
./tomcat8.sh start |
View the Apache Tomcat log file, when startup is complete it should say "Server startup in XXXX ms"
Chinese |
---|
查看 Apache Tomcat 日志文件, 当显示 "Server startup in XXXX ms" 代办启动完毕 |
Code Block |
---|
|
tail -f apache-tomcat-8.0.20/logs/catalina.out |
Access the App Center at http://localhost:8080/jw
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: Chinese |
---|
如果是社区版, 设置数据库前,您需要先删除默认的数据库配置文件: |
rm wflow/app_datasource.properties |
...