Updated [EN] Website Installation (markdown)

master
Wruczek 6 years ago
parent 789d909b70
commit f18e9a4f88

@ -53,7 +53,7 @@ Please follow DigitalOcean's great tutorial for this.
**After you get back:**
Install some additional PHP packages:
```
sudo
sudo apt-get install php-mbstring php-curl
```
#### Installing TS-website
@ -70,14 +70,16 @@ sudo wget paste_the_release_zip_link_here
sudo unzip ts-website-release*.zip
sudo rm ts-website-release*.zip
mv ts-website html
sudo chown www-data:www-data -R html
```
#### In a sub-directory (for example https://wruczek.tech/tswebsite)
#### In a sub-directory (for example https://wruczek.tech/ts-website)
```
cd /var/www/html
sudo wget paste_the_release_zip_link_here
sudo unzip ts-website-release*.zip
sudo rm ts-website-release*.zip
sudo chown www-data:www-data -R ts-website
```
#### That's it!

Loading…
Cancel
Save