From f18e9a4f88e6954918d8410cc53ca9409a85cb91 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Thu, 27 Dec 2018 22:50:55 +0100 Subject: [PATCH] Updated [EN] Website Installation (markdown) --- [EN]-Website-Installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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!