Update README.md

This commit is contained in:
Kris Sekula 2019-01-23 20:41:27 +01:00 committed by GitHub
parent 49052e0f3e
commit ac6886a750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

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