Updated [EN] Website Installation (markdown)

master
Wruczek 6 years ago
parent d226a58e4b
commit 75623465c1

@ -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

Loading…
Cancel
Save