Update README.md

This commit is contained in:
Kris Sekula 2019-01-23 16:42:54 +01:00 committed by GitHub
parent 85368cd2dc
commit 296b0f610a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@ 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)
* Basic installation, only select OpenSSH from the package list, create a user .
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:
* create required user:
* create required user:
```
sudo useradd -M -s /bin/fals prometheus
sudo useradd -M -s /bin/fals prometheus
```
* create required folders:
```