04 2023 档案
摘要:一、环境 配置hosts解析 192.168.1.135 rabbit-master01 192.168.1.136 rabbit-master02192.168.1.137 rabbit-master03 关闭防火墙或者配置相关端口 二、安装yum源及rabbitmq 在所有机器上 curl -s
阅读全文
摘要:一、Exchangis AppConn 部署 参考文档: https://github.com/WeBankFinTech/Exchangis/blob/master/docs/zh_CN/ch1/exchangis_appconn_deploy_cn.md https://github.com/W
阅读全文
摘要:API概览:https://help.aliyun.com/document_detail/460575.html?spm=a2c4g.460564.0.0.2ffe2e09elB6B5 API在线调试:https://next.api.aliyun.com/api/devops/2021-06-2
阅读全文
摘要:一、部署rocketMq apiVersion: apps/v1 kind: Deployment metadata: labels: app: rocketmq-broker name: rocketmq-broker namespace: default spec: replicas: 1 se
阅读全文
摘要:一、jenkins Python API 在线文档:https://python-jenkins.readthedocs.io/en/latest/ 项目地址:https://pypi.org/project/python-jenkins/ 1.注意支持的Python版本 目前只支持到3.6 2.简
阅读全文
摘要:前置条件 1. 能够访问Google的代理。要求是韩国,日本,印度,新加坡,美国这些国家的地址都可以。但是国内的代理不行,包括香港。 2. 注册Google邮箱或者Outlook邮箱。ChatGPT的注册需要Google邮箱或者微软邮箱来注册。 一、注册OpenAI账号 1.打开:https://b
阅读全文
摘要:一、部署jenkins master 1.创建Deployment YAML文件 apiVersion: apps/v1 kind: Deployment metadata: name: jenkins namespace: kube-ops spec: replicas: 1 selector:
阅读全文
摘要:一、配置JenkinsMaster挂载Docker docker run --name jenkins -itd --privileged=true -p 8081:8080 -p 50000:50000 -v /etc/localtime:/etc/localtime:ro -v /var/run
阅读全文
摘要:一、环境要求 参考文档:DataSphere Studio & Linkis 单机一键部署文档 相关软件包:百度网盘 1.系统要求 CentOS为6或者7 2.安装依赖命令 命令依赖: telnet; tar; sed; dos2unix; mysql; yum; java; unzip; zip;
阅读全文
摘要:一、docker安装jenkins-master wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo um clean all && yum makecache fast yum install docker -
阅读全文