Updated [EN] Website Installation (markdown)
@@ -55,6 +55,12 @@ Install some additional PHP packages:
|
|||||||
```
|
```
|
||||||
sudo apt-get install php-mbstring php-curl
|
sudo apt-get install php-mbstring php-curl
|
||||||
```
|
```
|
||||||
|
Create a database:
|
||||||
|
```
|
||||||
|
sudo mysql
|
||||||
|
CREATE DATABASE ts-website;
|
||||||
|
exit
|
||||||
|
```
|
||||||
|
|
||||||
#### Installing TS-website
|
#### Installing TS-website
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user