From 2b48c949910c8f18c796944b7ba0a2af58f759c2 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 9 Jun 2017 23:54:33 +0200 Subject: [PATCH] Updated Website Installation (markdown) --- Website-Installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Website-Installation.md b/Website-Installation.md index 9bd23eb..a8f5128 100644 --- a/Website-Installation.md +++ b/Website-Installation.md @@ -44,10 +44,11 @@ This is a short tutorial on installing ts-website. ### Installation with shell access 1. Connect to your SSH 2. `cd` into your web server directory (usually located in `/var/www` or `/var/www/html`) -3. Run: `wget https://github.com/Wruczek/ts-website/archive/1.0.zip && unzip 1.0.zip && rm 1.0.zip` -4. To move the files to the root directory, run: `mv ts-website-1.0/{*,.*} . 2>/dev/null;rm -r ts-website-1.0/ +3. Install `unzip` if you don't have it already: `sudo apt install unzip` +4. Run: `wget https://github.com/Wruczek/ts-website/archive/1.0.zip && unzip 1.0.zip && rm 1.0.zip` +5. To move the files to the root directory, run: `mv ts-website-1.0/{*,.*} . 2>/dev/null;rm -r ts-website-1.0/ ` -5. Navigate to your web server address in your browser +6. Navigate to your web server address in your browser ***