mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 06:28:47 +08:00
feat: 优化 MeterSphere 安装脚本
This commit is contained in:
parent
33d4ce8902
commit
c222037fbe
@ -7,4 +7,10 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: 15
|
||||
envKey: JAVA_MAX_HEAP_RATIO
|
||||
labelEn: Java Max Heap Ratio
|
||||
labelZh: Java 最大堆内存比例
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,22 +1,21 @@
|
||||
version: '3'
|
||||
services:
|
||||
metersphere:
|
||||
image: metersphere/metersphere-ce-allinone:v3.0.0-beta
|
||||
container_name: ${CONTAINER_NAME}
|
||||
privileged: true
|
||||
restart: always
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
environment:
|
||||
JAVA_MAX_HEAP_RATIO: 15
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8081
|
||||
volumes:
|
||||
- ./mount/logs:/opt/metersphere/logs
|
||||
- ./mount/data:/opt/metersphere/data
|
||||
- ./mount/conf:/opt/metersphere/conf
|
||||
networks:
|
||||
- 1panel-network
|
||||
privileged: true
|
||||
environment:
|
||||
JAVA_MAX_HEAP_RATIO: ${JAVA_MAX_HEAP_RATIO}
|
||||
volumes:
|
||||
- ./data/logs:/opt/metersphere/logs
|
||||
- ./data/data:/opt/metersphere/data
|
||||
- ./data/conf:/opt/metersphere/conf
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
chmod 777 mount/logs
|
||||
chmod 777 data/logs
|
@ -1,10 +1,15 @@
|
||||
# 默认账户密码
|
||||
|
||||
```
|
||||
username:admin
|
||||
password:metersphere
|
||||
```
|
||||
|
||||
# MeterSphere
|
||||
|
||||
MeterSphere 是新一代的测试管理和接口测试工具,让测试工作更简单、更高效,不再成为持续交付的瓶颈。
|
||||
|
||||
|
||||
**MeterSphere** 是新一代的测试管理和接口测试工具,让测试工作更简单、更高效,不再成为持续交付的瓶颈。
|
||||
|
||||
## 主要功能:
|
||||
|
||||
- 测试管理: 从测试用例管理,到测试计划执行、缺陷管理、测试报告生成,具有远超禅道和 TestLink 的使用体验;
|
||||
- 接口测试: 集 Postman 的易用与 JMeter 的灵活于一体,接口定义、接口调试、接口 Mock、场景自动化、接口报告,你想要的都有。
|
||||
- **测试管理**: 从测试用例管理,到测试计划执行、缺陷管理、测试报告生成,具有远超禅道和 TestLink 的使用体验;
|
||||
- **接口测试**: 集 Postman 的易用与 JMeter 的灵活于一体,接口定义、接口调试、接口 Mock、场景自动化、接口报告,你想要的都有。
|
@ -1,20 +1,19 @@
|
||||
name: MeterSphere
|
||||
tags:
|
||||
- 实用工具
|
||||
title: MeterSphere 新一代的测试管理和接口测试工具
|
||||
type: 实用工具
|
||||
description: MeterSphere 新一代的测试管理和接口测试工具
|
||||
- DevOps
|
||||
title: 新一代的测试管理和接口测试工具
|
||||
description: 新一代的测试管理和接口测试工具
|
||||
additionalProperties:
|
||||
key: metersphere
|
||||
name: MeterSphere
|
||||
tags:
|
||||
- Tool
|
||||
- DevOps
|
||||
shortDescZh: 新一代的测试管理和接口测试工具
|
||||
shortDescEn: Open-source Continuous Testing Platform
|
||||
shortDescEn: The next-gen test management and interface testing tools
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 9
|
||||
recommend: 11
|
||||
website: https://www.metersphere.io
|
||||
github: https://github.com/metersphere/metersphere
|
||||
document: https://metersphere.io/docs
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 8.9 KiB |
Loading…
Reference in New Issue
Block a user