From 125bd5122dd51a7be133aabe10999b38c5bb830b Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 9 Jun 2017 23:53:01 +0200 Subject: [PATCH] Updated Website Installation (markdown) --- Website-Installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Website-Installation.md b/Website-Installation.md index 77cbcbc..9bd23eb 100644 --- a/Website-Installation.md +++ b/Website-Installation.md @@ -36,16 +36,16 @@ This is a short tutorial on installing ts-website. - if you have a shell access to your server ### Normal installation -1. Download the latest website files from [here](https://github.com/Wruczek/ts-website/archive/master.zip). -2. Unzip downloaded files there, you will get a `ts-website-master` folder -3. Connect to FTP and upload files from inside of the `ts-website-master` folder to your web server +1. Download the latest website files from [here](https://github.com/Wruczek/ts-website/archive/1.0.zip). +2. Unzip downloaded files there, you will get a `ts-website-1.0` folder +3. Connect to FTP and upload files from inside of the `ts-website-1.0` folder to your web server 4. Navigate to your web server address in your browser ### 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/master.zip && unzip master.zip && rm master.zip` -4. To move the files to the root directory, run: `mv ts-website-master/{*,.*} . 2>/dev/null;rm -r ts-website-master/ +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/ ` 5. Navigate to your web server address in your browser