# ginweb **Repository Path**: xiaoyuwifi/ginweb ## Basic Information - **Project Name**: ginweb - **Description**: ginweb - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-12 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: sre ## README # Golang 的 Web 测试项目 ``` https://gitee.com/xiaoyuwifi/ginweb.git ``` ## 1. 安装前环境准备 ### 参看和修改文件 conf/ginweb.ini ### 安装 MySQL和Redis,按如下配置用户和密码 ```sh [mysql] host = "127.0.0.1" port = 3306 databases = "ginweb" user = "ginweb" passwd = "123456" [redis] host = "127.0.0.1" port = 6379 passwd = "123456" ``` ## 2. 链接访问 ## http://localhost:8888 ## 3. 默认登录用户/密码 ## admin/123456