1 Star 0 Fork 17

mvker/QBlog2

forked from 幽星/QBlog2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
start-deploy.sh 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
幽星 提交于 2020-11-06 14:18 . 优化了一些部署过程的细节
# auto deploy the project
# install the environment
# yum install git
# yum install -y epel-release
# yum install -y nodejs
# yum install -y npm
# npm config set registry https://registry.npm.taobao.org/
# npm install -g @vue/cli
# yum -y install java
# wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
# yum -y install apache-maven
# clone and cd the project
# rm -rf QBlog2
# git clone https://gitee.com/qianyucc/QBlog2.git
# cd QBlog2
# chmod 777 start-deploy.sh
# ./start-deploy.sh
# package apis
cd qblog-server/deploy
chmod 777 start.sh
./start.sh
# package admin
cd ../../qblog-admin/deploy
chmod 777 start.sh
./start.sh
# package blog
cd ../../qblog-client/deploy
chmod 777 start.sh
./start.sh
# 前置 nginx 配置
# yum install nginx -y
# service nginx start
# cp -f qblog-server/deploy/nginx.conf /etc/nginx/nginx.conf
# nginx -s reload
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mvker/QBlog2.git
git@gitee.com:mvker/QBlog2.git
mvker
QBlog2
QBlog2
master

搜索帮助