Update Readme

Setup using root
Use pip to install pipenv
This commit is contained in:
jimmy 2021-06-17 01:42:41 +00:00
parent 3339a4c473
commit f2419fa7aa
1 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,8 @@ This assumes you are using Ubuntu-20.04
### Install packages
`sudo su -`
`wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -`
`echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list`
@ -22,7 +24,9 @@ This assumes you are using Ubuntu-20.04
`sudo apt update`
`sudo apt install python3-pipenv nginx mosquitto grafana influxdb python3-certbot-nginx`
`sudo apt install python3-pip nginx mosquitto grafana influxdb python3-certbot-nginx`
`pip3 install pipenv`
### Setup Nginx