Zeng's Page


  • 首页

  • 标签

  • 归档

  • 相册

  • 搜索

编译xxl-job-2.1.2

Posted on 2020-01-22 | In 任务调度

xxl-job-2.0.2 只有一个admin用户,不能设置创建多个账号,v2.1.2版可以创建多个。

xxl-job首页

Read more »

通过Gitlab发布Gitbook

Posted on 2020-01-12 | In CICD

发布效果图

Read more »

Y-API的安装步骤

Posted on 2019-12-27 | In 其它

安装 NodeJS

1
2
3
4
5
6
7
8
9
10
# 安装 nodeJs
wget https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.xz
tar -xf node-v12.14.1-linux-x64.tar.xz -C /usr/local/
chown -R root:root /usr/local/node-v12.14.1-linux-x64

# 设置环境变量 /etc/profile
export PATH=/usr/local/node-v12.14.1-linux-x64/bin:$PATH

# 检查node版本
node --version
Read more »

构建nginx-consul-template

Posted on 2019-12-25 | In Consul

1
2
3
4
5
6
7
|-- docker-compose.yml
|-- Dockerfile
|-- files
| |-- consul-template_0.20.0_linux_amd64.zip
| |-- nginx.conf
| |-- nginx.conf.ctmpl
| `-- nginx.sh
Read more »

Elasticsearch(启用用户权限控制)镜像构建过程

Posted on 2019-11-17 | In ELK

自动构建&推送ES镜像

环境变量:

1
2
3
export Harbor_AddRess=x.x.x.x
export Harbor_User=xxx
export Harbor_Pwd=xxxxxx
Read more »
1…91011…21
Lz. Zeng

Lz. Zeng

Continuous Self-Improvement

104 发布
18 分类
28 标签
© 2022 Lz. Zeng
NexT.Pisces
 |         Words: 97.2k
0%