#!/bin/bash
## ======= 批量打包 ======= ##
RED_COLOR='\E[1;31m **********'
GREEN_COLOR='\E[1;32m **********'
YELLOW_COLOR='\E[1;33m **********'
BLUE_COLOR='\E[1;34m **********'
RES='********** \E[0m'
y_dev="dev-20210420"
y_master="master"
h_dev="dev-20210804-haopinzhongguo"
h_master="master-haopingzhongguo"
fileName="admin"
distPath="/c/Users/Administrator/Desktop/云仓前端包"
[ $2 ] && distPath=$2
buildType=$1
successArr=()
log() {
case $1 in
red)
echo -e "\n${RED_COLOR}$2${RES}"
;;
green)
echo -e "\n${GREEN_COLOR}$2${RES}"
;;
yellow)
echo -e "\n${YELLOW_COLOR}$2${RES}"
;;
blue)
echo -e "\n${BLUE_COLOR}$2${RES}"
;;
*)
echo -e "\n**********$2**********"
;;
esac
}
log blue 开始打包
if [[ ! -e $distPath ]]; then
rm -rf $distPath
mkdir $distPath
cd $distPath
mkdir 好品中国测试 好品中国正式 友云正式
cd -
fi
build() {
git checkout $1
git pull origin $1
git
可以参考这篇文章:
https://post.smzdm.com/p/755474/
切换到root用户下,然后下载MongoDB
cd /home
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.1.tgz
tar -xzvf mongodb-linux-x86_64-3.0.1.tgz
创建存储文件夹
mkdir -p /data/db
配置 MongoDB 的环境变量,在 /etc/profile
底部添加环境变量:
vim /etc/profile
echo export PATH=$PATH:/home/mongodb-linux-x86_64-3.0.1/bin >>/etc/profile
执如下命令,使环境变量生效
source /etc/profile
启动 MongoDB
mongod --bind_ip localhost --port 27017 --dbpath /data/db/ --logpath=/var/log/mongod.log --fork
cd /home
wget https://downloads.sourceforge.net/project/leanote-bin/2.6.1/leanote-linux-amd64-v2.6.1.bin.tar.gz
或者
https://vorboss.dl.sourceforge.net/project/leanote-bin/2.6.1/leanote-linux-amd64-v2.6.1.bin.tar.gz
tar -zxvf leanote-linux-amd64-v2.6.1.bin.tar.gz
编辑 Leanote 配置文件 /home/ubuntu/leanote/conf/app.conf
找到 app.secret= 这一项,任意修改一