1 Star 1 Fork 222

jinking / alinesno-cloud-service

forked from luoxiaodong / alinesno-cloud-service
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install-platform-min.sh 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
luoxiaodong 提交于 2019-11-02 10:44 . 去掉无用工程。
#!/bin/bash
#--------------------------------------------------
# This script is for: 安装基础环境
#--------------------------------------------------
set -o nounset
set -o errexit
#set -o xtrace
PLATFORM_MIN_URL=https://gitee.com/landonniao/linesno-cloud-service/blob/master/container/compose/90-dev-compose-platform-min.yaml
curl -C- -O --retry 3 "$PLATFORM_MIN_URL"
yum install docker
yum install docker-compose
docker-compose -f 90-dev-compose-platform-min.yaml up -d
Java
1
https://gitee.com/jinking/linesno-cloud-service.git
git@gitee.com:jinking/linesno-cloud-service.git
jinking
linesno-cloud-service
alinesno-cloud-service
master

搜索帮助