mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
Merge branch 'v1.5' into master
This commit is contained in:
commit
2543618ace
@ -6,11 +6,11 @@ ARG MS_VERSION=dev
|
||||
|
||||
RUN mkdir -p /opt/apps && mkdir -p /opt/jmeter
|
||||
|
||||
COPY backend/target/backend-1.4.jar /opt/apps
|
||||
COPY backend/target/backend-1.5.jar /opt/apps
|
||||
|
||||
COPY backend/target/classes/jmeter/ /opt/jmeter/
|
||||
|
||||
ENV JAVA_APP_JAR=/opt/apps/backend-1.4.jar
|
||||
ENV JAVA_APP_JAR=/opt/apps/backend-1.5.jar
|
||||
|
||||
ENV AB_OFF=true
|
||||
|
||||
|
@ -17,8 +17,8 @@ MeterSphere is a one-stop open-source enterprise-class continuous testing platfo
|
||||
Only need two steps to install MeterSphere:
|
||||
|
||||
What you need:
|
||||
1. Prepare a 64-bit Linux host with no less than 8 G RAM
|
||||
2. Log into root user and execute the command down below to install MeterSphere
|
||||
1. Prepare a 64-bit Linux host with no less than 8 G RAM
|
||||
2. Log into root user and execute the command down below to install MeterSphere
|
||||
|
||||
```sh
|
||||
curl -sSL https://github.com/metersphere/metersphere/releases/latest/download/quick_start.sh | sh
|
||||
|
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<artifactId>metersphere-server</artifactId>
|
||||
<groupId>io.metersphere</groupId>
|
||||
<version>1.4</version>
|
||||
<version>1.5</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<artifactId>metersphere-server</artifactId>
|
||||
<groupId>io.metersphere</groupId>
|
||||
<version>1.4</version>
|
||||
<version>1.5</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -157,7 +157,7 @@ export class Test extends BaseConfig {
|
||||
constructor(options) {
|
||||
super();
|
||||
this.type = "MS API CONFIG";
|
||||
this.version = '1.4.0';
|
||||
this.version = '1.5.0';
|
||||
this.id = uuid();
|
||||
this.name = undefined;
|
||||
this.projectId = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user