update readme
This commit is contained in:
22
README.md
22
README.md
@ -31,4 +31,24 @@ chmod +x install-openems.sh
|
|||||||
|
|
||||||
The script will prompt you for:
|
The script will prompt you for:
|
||||||
- The hostname for your server (defaults to current hostname if left empty)
|
- 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
|
||||||
|
```
|
Reference in New Issue
Block a user