请问nutzam怎么编译和部署?
3 回复
下面是nutzcn上编译官网的脚本, 其中 zdoc是这个库 https://github.com/zozoh/zdoc
#!/bin/bash -x
ROOT=/root/workspace/git/github/
cd $ROOT/nutz
git pull
cd $ROOT/nutzam
git pull
cd $ROOT/zdoc
git pull
mvn -Dmaven.test.skip=true -U clean compile assembly:single
java -jar target/zdoc-1.r.61-SNAPSHOT-jar-with-dependencies.jar $ROOT/nutzam/pages2 /opt/nutzam
添加回复
请先登陆