1 Star 0 Fork 1.1K

Du Honghao / northstar

forked from dromara / northstar 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mongo.sh 159 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huangwl 提交于 2021-06-07 19:53 . 更新
#!/bin/bash
echo "安装MongoDB"
mv mongo.repo /etc/yum.repos.d/mongodb-org-4.0.repo
yum install -y mongodb-org
systemctl start mongod
echo “安装完成”
Java
1
https://gitee.com/duice/northstar.git
git@gitee.com:duice/northstar.git
duice
northstar
northstar
master

搜索帮助