Updated Website Installation (markdown)
+5
-5
@@ -36,16 +36,16 @@ This is a short tutorial on installing ts-website.
|
|||||||
- if you have a shell access to your server
|
- if you have a shell access to your server
|
||||||
|
|
||||||
### Normal installation
|
### Normal installation
|
||||||
1. Download the latest website files from [here](https://github.com/Wruczek/ts-website/archive/master.zip).
|
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-master` folder
|
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-master` folder to your web server
|
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
|
4. Navigate to your web server address in your browser
|
||||||
|
|
||||||
### Installation with shell access
|
### Installation with shell access
|
||||||
1. Connect to your SSH
|
1. Connect to your SSH
|
||||||
2. `cd` into your web server directory (usually located in `/var/www` or `/var/www/html`)
|
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`
|
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-master/{*,.*} . 2>/dev/null;rm -r ts-website-master/
|
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
|
5. Navigate to your web server address in your browser
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user