> For the complete documentation index, see [llms.txt](https://ztth.gitbook.io/gops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ztth.gitbook.io/gops/install.md).

# 安装配置

***

## 安装环境

以下环境标准来源于开发时测试环境,低于以下配置可以自行测试安装

| OS          | Architecture | Kernel | cpu | memory |
| ----------- | :----------: | :----: | :-: | -----: |
| Linux/amd64 |    x86\_64   | >=3.10 |  4C |     8G |
| MacOS       |    x86\_64   | >=12.4 |  4C |     8G |

| DB      | Version | Charset |       Collation      |
| ------- | :-----: | :-----: | :------------------: |
| Mysql   |  >=5.6  |   utf8  |   utf8\_general\_ci  |
| MariaDB | >=14.14 | utf8mb4 | utf8mb4\_general\_ci |

## 下载二进制执行文件

从 [Github](https://github.com/zttheff/gops.git)上获取最新的Release副本

## 项目组件

| 名称      |         说明        |
| ------- | :---------------: |
| fe      |      web UI项目     |
| jupiter |      用户权限管理项目     |
| mars    | 资产管理、产品线管理、部署系统项目 |
| saturn  |        监控平台       |
| sql     |      项目初始sql      |

## 第三方工具依赖

* Git
* Nginx
* GitLab
* Harbor
* supervisor
* Kubernetes
* Openldap(可选)
