You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NOTE: 您可以发现使用 Docker 更方便

以下指导基于 Debian 或 Ubuntu Linux. 其它Linux版本, 请使用相应的命令.
  1. 安装 Java 运行环境 (JRE) 或 Java 开发工具包 (JDK) version 7 以上版本

    sudo apt-get update
    sudo apt-get install default-jre
  2. 安装 MySQL Server version 5.5 以上版本

    sudo apt-get install mysql-server
    sudo service mysql start
  3. 创建一个安装目录

    mkdir joget
    cd joget
  4. 下载Joget Workflow Linux tar.gz 安装包 http://www.joget.org/download

  5. 解压 Linux tar.gz 安装包

    tar xvfz joget-enterprise-linux-x.x.x.tar.gz 
    cd joget-enterprise-linux-x.x.x
  6. 运行安装包 Apache Tomcat 应用服务

    ./tomcat8.sh start
  7. 查看 Apache Tomcat 日志文件, 当显示 "Server startup in XXXX ms" 代办启动完毕

    tail -f apache-tomcat-8.0.20/logs/catalina.out
  8. 进入 应用中心 地址 http://localhost:8080/jw

  9. Follow on with 设置数据库.

    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

 

  • No labels