drawio安装包下载 与私有化web部署

阅读 155

2022-10-25


 

1.  最新的安装包

​​https://github.com/jgraph/drawio-desktop/releases​​

私有化部署:

1.前提你的 服务器上已经安装上了 git ,这就就不在赘述:

git clone https://github.com/jgraph/drawio.git

drawio安装包下载 与私有化web部署_apache

2. 进入  cd drawio 目录

drawio安装包下载 与私有化web部署_tomcat_02

3.  查看目录

drawio安装包下载 与私有化web部署_tomcat_03

4. 进入 cd etc/build 目录进行项目的构建( 该项目依赖于ant ,若没有安装 执行yum 安装   sudo yum -y install ant)

drawio安装包下载 与私有化web部署_apache_04

5. 构建完成后,build 目录下会生成 draw.war 包

drawio安装包下载 与私有化web部署_git_05

6. 把对应war 放在 Tomcat webapps 目录下

cp ../../build/draw.war ../../../apache-tomcat-8.5.37/webapps/

./apache-tomcat-8.5.37/bin/startup.sh

7. 访问 ​​http://服务器地址:端口/draw/​​

精彩评论(0)

0 0 举报