update readme

This commit is contained in:
2025-01-16 21:44:28 +01:00
parent 98ea0640e2
commit db6ed5a358

View File

@ -31,4 +31,24 @@ chmod +x install-openems.sh
The script will prompt you for:
- The hostname for your server (defaults to current hostname if left empty)
- Whether to set OpenEMS UI as the default site for the server
- Whether to set OpenEMS UI as the default site for the server
## Installation
To install OpenEMS, run the following command:
```bash
wget -O - https://git.mumme-it.de/Mumme-IT/openems-build/raw/branch/main/installation/install-openems.sh | bash
```
## Updates
The installation script also supports updating an existing installation. If you run the script on a system that already has OpenEMS installed, it will:
- Update the OpenEMS JAR file
- Update the UI files
- Restart the OpenEMS service
To update your installation, simply run the installation command again:
```bash
wget -O - https://git.mumme-it.de/Mumme-IT/openems-build/raw/branch/main/installation/install-openems.sh | bash
```