# grafana-chinaese **Repository Path**: wang_wei_gui/grafana-chinaese ## Basic Information - **Project Name**: grafana-chinaese - **Description**: 中文汉化版本grafana - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-08-22 - **Last Updated**: 2021-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Grafana](docs/logo-horizontal.png) grafana汉化版本,基于源码6.7.3版本部分汉化。汉化内容包括菜单,主界面,设置等 使用方式 1、源码下载后进行手动编译,启动服务。 2、打包后迁移,打包后将前端页面public包内容进行迁移、替换到其他服务器安装文件下 /usr/share/grafana/public,后端编译后的二进制执行文件 grafana-server 和grafanaa-cli 与原执行文件进行替换。 前段编译 ``` #依赖安装 yarn install --pure-lockfile #测试运行 yarn start ``` 后端编译 ``` go run build.go setup go run build.go build ``` 后端启动 ``` sh bin/grafana-server ``` 访问 http://localhost:3000 ![输入图片说明](https://images.gitee.com/uploads/images/2020/0907/170810_18968c9b_1396335.png "截图录屏_选择区域_20200907170758.png")