1 Star 0 Fork 78

拉科 / openzaly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
restart.sh 899 Bytes
一键复制 编辑 原始数据 按行查看 历史
SAM2O2O 提交于 2018-06-04 15:45 . modify openzaly config and baseDir
#!/bin/bash
PORT=$1
PORT2=$2
#### echo akaxin logo and desc
echo "
/ \
/ . \
\ . \
/ \ \ / _ _ __ _ __ __ ___ _ _
/ . \ | / / \ / \ | |/ / / \ \ \/ / |_ _| | \ | |
/ . _ \ / / . \ / _ \ | ' / / _ \ \ / | | | \| |
\ / / \ - . / / ___ \ | . \ / ___ \ / \ | | | |\ |
\ / / | \ / /_/ \_\ |_|\_\ /_/ \_\ /_/\_\ |___| |_| \_|
/ . \ \ /
\ . \
\ /
\ /
Akaxin is an open source and free proprietary IM software,you can build private openzaly-server for everyone in any server.
"
##set tcp port
if [ -n $PORT ]; then
PORT=2021
fi
##set http port
if [ -n $PORT2 ]; then
PORT2=8280
fi
sh stop.sh $PORT 1
sh start.sh $PORT $PORT2 1
Java
1
https://gitee.com/lakoshop/openzaly.git
git@gitee.com:lakoshop/openzaly.git
lakoshop
openzaly
openzaly
master

搜索帮助