Playing with formatting...

This commit is contained in:
Kris-Sekula 2019-01-23 15:24:57 +01:00
parent 426b5c38c5
commit 879abf11e5
1 changed files with 4 additions and 4 deletions

View File

@ -19,14 +19,14 @@ Here is an example of thos the graphs look like:
## How to deploy.
1. Install ubuntu server 16.04 64bit (I used: ubuntu-16.04.5-server-amd64.iso)
1. Install ubuntu server 16.04 64bit (I used: ubuntu-16.04.5-server-amd64.iso):
* Basic installation, only select OpenSSH from the package list, create a user.
2. Install Prometheus
2. Install Prometheus:
* create required user:
```
```
sudo useradd -M -s /bin/fals prometheus`
```
```
* create required folders:
```
sudo mkdir /etc/prometheus