This commit is contained in:
parent
8fec531a80
commit
01fac32265
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
|||
Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com
|
||||
|
||||
# Installation
|
||||
To Install the Server Montiroing download the last .deb File from the Release page and save it as http-server-status.deb on your server. Than run `dpkg -i http-server-status.deb`.
|
||||
To Install the Server Montiroing download the last .deb File from the Release page and save it as http-server-status.deb on your server. Than install the package with dpkg
|
||||
|
||||
```
|
||||
dpkg -i http-server-status.deb
|
||||
```
|
||||
|
||||
Copy the config sample and edit the config.
|
||||
```bigquery
|
||||
|
|
Loading…
Reference in a new issue