Updated [EN] Website Installation (markdown)

Wruczek
2018-12-27 23:36:04 +01:00
parent d226a58e4b
commit 75623465c1
+6
@@ -55,6 +55,12 @@ Install some additional PHP packages:
```
sudo apt-get install php-mbstring php-curl
```
Create a database:
```
sudo mysql
CREATE DATABASE ts-website;
exit
```
#### Installing TS-website