安装grafana
安装node 和 go
进入到"/Users/*用户名/go"目录下,然后依次新建文件夹: src/github.com/grafana
然后在grafana目录下执行
安装依赖文件
启动项目
代理到浏览器,初始账号密码是 admin/admin
Welcome to Grafana(欢迎使用Grafana),public/app/core/components/Branding/Branding.tsx
Email or username(用户名),public/app/core/components/Login/LoginForm.tsx
Password(密码),同上
‘Logging in…’ : ‘Log in’(登录中…:登录),同上
documentation,support…,public/app/core/components/Footer/Footer.tsx
Welcome to Grafana(欢迎使用Grafana),public/app/plugins/panel/welcome/Welcome.tsx
Need help?、Documentation、Tutorials、Community(需要帮助?、文档、教程、社区),同上
Basic,The steps below will guide you to quickly finish setting up your Grafana installation.(基础,下面的步骤将指导您快速完成对Grafana安装的设置。),public/app/plugins/panel/gettingstarted/steps.ts
Grafana fundamentals(Grafana 基本配置),同上
Set up and understand Grafana if you have no prior experience. This tutorial guides you through the entire process and covers the “Data source” and “Dashboards” steps to the right.(如果您没有经验,本教程将指导您完成整个过程,涵盖右边的“数据源”和“仪表板”步骤。),同上
Add your first data source(创建你的第一个数据来源),同上
Create your first dashboard(创建你的第一个仪表盘),同上
Learn how in the docs(通过文档学习如何使用),public/app/plugins/panel/gettingstarted/components/DocsCard.tsx
Remove this panel(移除此面板),public/app/plugins/panel/gettingstarted/GettingStarted.tsx
.panel-container {border-radius: 6px;}(修改panel圆角弧度),public/sass/pages/_dashboard.scss
查找数据库文件所在地址
打开数据库
查看表
查看表里的内容
关闭
如果你忘记了密码,使用以下语句将重置密码为admin
如果你不小心关掉了首页的快速引导,使用以下语句将恢复引导卡片
待学习
待学习