# thiswhyme-install **Repository Path**: thiswhyme/thiswhyme-install ## Basic Information - **Project Name**: thiswhyme-install - **Description**: 服务&组件安装记录 - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-16 - **Last Updated**: 2026-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: 笔记 ## README # 服务与组件搭建手册 这里保存可重复执行的安装、配置和环境搭建过程。单条命令放在 `thiswhyme-command`,技术原理放在 `thiswhyme-notes`。 ## 分类导航 | 分类 | 组件 | | --- | --- | | 开发与诊断 | [Arthas](./Arthas/Arthas.md) · [SonarQube](./Sonar/SonarQube.md) · [Sourcegraph](./其它/Sourcegraph.md) | | 基础环境 | [JDK](./其它/JDK.md) · [Maven](./其它/Maven.md) · [Tomcat](./其它/Tomcat.md) · [Jenkins](./其它/Jenkins.md) · [Nexus](./其它/Nexus.md) · [Nacos](./其它/Nacos.md) | | 容器与集群 | [Docker](./Docker/) · [Kubernetes](./Kubernates/01%20K8S集群搭建.md) · [Vagrant](./Vagrant/Vagrant.md) | | 数据库 | [MySQL](./DB/MySQL/) · [MongoDB](./DB/MongoDB.md) · [Redis](./DB/Redis.md) · [HBase](./DB/Hbase.md) | | 数据同步与分析 | [Canal](./CDC/Canal/Canal.md) · [Flink CDC](./CDC/FlinkCDC/FinkCDC.md) · [ClickHouse](./Clickhouse/01%20install.md) · [Superset](./BI/Superset/install.md) | | 消息队列 | [Kafka](./MQ/Kafka/) · [RabbitMQ](./MQ/RabbitMQ/) | | 搜索与日志栈 | [Elastic Stack](./Elastic%20Stack/) | | APM | [Elastic APM](./Monitor/APM/Elastic-APM/) · [SkyWalking](./Monitor/APM/Skywalking/) · [Zipkin](./Monitor/APM/Zipkin/) | | Metrics | [Elastic Monitoring](./Monitor/Metrics/Elastic-Monitoring/readme.md) · [Prometheus & Grafana](./Monitor/Metrics/Prometheus&Grafana/) | | AI 与 LLM | [Dify](./LLM/Dify.md) · [Higress + MCP](./LLM/Higress%20+%20MCP.md) · [Ollama](./LLM/Ollama.md) | | 基础设施 | [NFS](./NFS/install.md) · [TCPCopy](./其它/TCPCopy.md) | > 目录名 `Kubernates` 是历史拼写,为避免破坏现有链接暂不改名;正文统一使用 Kubernetes。 ## 推荐文档结构 一篇新的搭建手册尽量包含: 1. 适用版本、操作系统与前置依赖; 2. 安装和配置步骤; 3. 启动、健康检查与验收命令; 4. 常见问题与回滚方式; 5. 参考来源及最后验证日期。 ## 维护约定 - 从网络摘录的内容必须结合实际环境验证,并保留来源。 - 版本变化导致步骤失效时,在原文更新适用范围,不另建同名教程。 - 密码、Token、私钥和生产地址不得写入文档;使用占位符或环境变量表示。 - 只想记录几条日常命令时,改放 `thiswhyme-command`。