Update SELF-HOSTING.md

This commit is contained in:
PLUJA 2020-09-04 14:01:55 +02:00 committed by GitHub
parent 9b5f7cae0a
commit b4a3326ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
* `sudo apt-get -y install python3 python3-venv python3-dev` * `sudo apt-get -y install python3 python3-venv python3-dev`
* `sudo apt-get -y install mysql-server supervisor nginx git` * `sudo apt-get -y install mysql-server supervisor nginx git make`
> When installing MySQL-server it will prompt for a root password. Set up a password of your like, this will be the MySQL databases master password and will be required later, so don't forget it! > When installing MySQL-server it will prompt for a root password. Set up a password of your like, this will be the MySQL databases master password and will be required later, so don't forget it!