How to install metersphere/metersphere. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
metersphere/metersphere Installation Guide
How to install metersphere/metersphere. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for metersphere/metersphere. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i metersphere/metersphereor
Install via npx
npx @hexmos/ipm i metersphere/meterspherePrerequisites
Java
languageVersion: 8.0.0 or later
Maven
build_toolVersion: 3.5.4
Docker
system_toolVersion: 20.10.6
Git
system_toolVersion: 2.34.1
MySQL
system_packageVersion: 8.0.35
Redis
system_packageVersion: 6.2.1
Kafka
system_packageVersion: 3.0.0
Spring Boot
languageVersion: 2.7.1
Vue.js
languageVersion: 3.2.30
Postman
system_packageVersion: 8.1.0
JMeter
build_toolVersion: 5.4.1
Swagger
libraryVersion: 2.0.0
JUnit
libraryVersion: 5.7.1
Spring Cloud
libraryVersion: 2.0.0
SQLAlchemy
libraryVersion: 1.4.35
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
docker run -d -p 8081:8081 --name=metersphere -vPost Installation Steps
- Start the MeterSphere server using the command: `docker run -d -p 8081:8081 --name=metersphere -v ~/.metersphere/data:/opt/metersphere/data metersphere/metersphere-ce-allinone`
- Access the MeterSphere UI by navigating to http://localhost:8081 in your web browser.
