Updated [DE] Installation von ts website [2.x] (markdown)

Wruczek
2019-02-02 15:43:24 +01:00
parent 74fe1b96d4
commit c6e9005bf1
+1 -1
@@ -58,7 +58,7 @@ sudo apt-get install php-mbstring php-curl
Erstelle die Datenbank:
```
sudo mysql
CREATE DATABASE ts-website;
CREATE DATABASE tswebsite;
exit
```