# wf **Repository Path**: micro-tools/wf ## Basic Information - **Project Name**: wf - **Description**: 提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖,是wuctrl、wumicro、Wu@AppCloud的底层基础核心 - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-23 - **Last Updated**: 2023-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WuFrame 提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖,是 wuctrl、wumicro、Wu@AppCloud 的底层基础核心 # 地址 - **主库**:http://172.16.11.125:9000/gitee.com/micro-tools/wf # 安装 ```html go get -u -v 172.16.11.125:9000/gitee.com/micro-tools/wf.git ``` 推荐使用 `go.mod`: ``` require 172.16.11.125:9000/gitee.com/micro-tools/wf latest ``` # 限制 ```shell golang版本 >= 1.11 ``` # prometheus ```prometheus mkdir -p /opt/prom/{prometheus,prometheus/data,alertmanager,grafana} chmod 777 /opt/prom/{prometheus/data,grafana} touch /opt/prom/prometheus/alert-rules.yml touch /opt/prom/prometheus/prometheus.yml touch /opt/prom/alertmanager/config.yml touch /opt/prom/alertmanager/alertmanager.yml touch /opt/prom/docker-compose.yml ```