|
|
@ -44,10 +44,11 @@ This is a short tutorial on installing ts-website.
|
|
|
|
### 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/1.0.zip && unzip 1.0.zip && rm 1.0.zip`
|
|
|
|
3. Install `unzip` if you don't have it already: `sudo apt install unzip`
|
|
|
|
4. To move the files to the root directory, run: `mv ts-website-1.0/{*,.*} . 2>/dev/null;rm -r ts-website-1.0/
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
***
|
|
|
|
|
|
|
|
|
|
|
|