diff --git a/[EN]-Website-Installation.md b/[EN]-Website-Installation.md index a56c24d..ea4ec10 100644 --- a/[EN]-Website-Installation.md +++ b/[EN]-Website-Installation.md @@ -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!