Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruyi committed Feb 22, 2025
2 parents 68da697 + 3fb2140 commit 64ff938
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ Use our compiled binary package for quick installation, suitable for users who d
```bash

$ cd dbquery
$ cp setting.example.yml setting.yml //Create configuration files from configuration templates and modify database connection addresses
$ sh install.sh
$ sh start.sh
$ sh install.sh //Install software
$ vim /etc/dbquery/setting.yml //Modify configuration files database connection addresses
$ sh start.sh //Start service
$ sh status.sh //View service status
$ sh stop.sh //Stop service
```
> After the service is running, use a browser to access: http://127.0.0.1:8086 Login to the system, default account password
Expand Down
8 changes: 5 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ DBQuery: 数据库查询平台,由LEPUS开源数据库监控系统(lepus.cc)
使用我们编译后的二进制包快速安装,适合不需要二次开发和无编程经验的用户,步骤如下:
```bash
$ cd dbquery
$ cp setting.example.yml setting.yml //从配置模板创建配置文件,从修改数据库连接地址
$ sh install.sh
$ sh start.sh
$ sh install.sh //安装软件服务
$ vim /etc/dbquery/setting.yml //修改配置文件数据库连接地址
$ sh start.sh //启动服务
$ sh status.sh //查看服务状态
$ sh stop.sh //停止服务
```
> #服务运行后使用浏览器访问:http://127.0.0.1:8086 登录系统,默认账号密码:admin/dbqueryadmin
Expand Down

0 comments on commit 64ff938

Please sign in to comment.