1 Star 0 Fork 2.6K

云影@ / jpress

forked from JPressProjects / jpress 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install-all.sh 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2019-06-05 09:40 . v2.0.3
#!/bin/bash
# ----------------------------------------------------------------------
# author: yangfuhai
# email: fuhai999@gmail.com
# use : yum install -y wget && wget -O install.sh https://gitee.com/fuhai/jpress/raw/master/install-all.sh && bash install.sh
# ----------------------------------------------------------------------
# 安装docker
sudo yum update
yes | sudo yum install -y yum-utils device-mapper-persistent-data lvm2
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum list docker-ce --showduplicates | sort -r
yes | sudo yum install docker-ce
# 启动docker和开机自启动
sudo systemctl start docker
sudo systemctl enable docker
# 查看版本
docker version
# 安装docker-compose
pip install --upgrade pip
pip install docker-compose
docker-compose -version
# 安装jpress
wget https://gitee.com/fuhai/jpress/raw/master/docker-compose.yml
docker-compose up -d
Java
1
https://gitee.com/515097842/jpress.git
git@gitee.com:515097842/jpress.git
515097842
jpress
jpress
master

搜索帮助