|
|
@ -4,39 +4,39 @@
|
|
|
|
<details><summary>Zobrazit / skrýt</summary>
|
|
|
|
<details><summary>Zobrazit / skrýt</summary>
|
|
|
|
|
|
|
|
|
|
|
|
#### Hlavní:
|
|
|
|
#### Hlavní:
|
|
|
|
- A web server, shared hosting or dedicated server running Apache or nginx
|
|
|
|
- Webový server, sdílený hosting nebo dedikovaný server bežící na Apache nebo nginx
|
|
|
|
- Access to your web server (via shell or FTP)
|
|
|
|
- Přístup k webovému serveru (přes shell nebo FTP)
|
|
|
|
- A FTP Client (not needed if you are going with the "dummy" method)
|
|
|
|
- FTP Klienta
|
|
|
|
|
|
|
|
|
|
|
|
#### Minimální
|
|
|
|
#### Minimální
|
|
|
|
- PHP 5.6 version or greater
|
|
|
|
- Verze PHP 5.6 nebo vyšší
|
|
|
|
- Enabled extensions: `mbstring`, `json`, `pdo_mysql`, `curl`
|
|
|
|
- Aktivní doplňky: `mbstring`, `json`, `pdo_mysql`, `curl`
|
|
|
|
|
|
|
|
|
|
|
|
#### Recommended configuration
|
|
|
|
#### Doporučená konfigurace
|
|
|
|
- Ubuntu 16.04+, PHP 7.0+, nginx
|
|
|
|
- Ubuntu 16.04+, PHP 7.0+, nginx
|
|
|
|
</details>
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
### How to install TS-website 2 - in short
|
|
|
|
### Jak nainstalovat TS-website 2 - ve zkratce
|
|
|
|
<details><summary>Zobrazit / skrýt</summary>
|
|
|
|
<details><summary>Zobrazit / skrýt</summary>
|
|
|
|
|
|
|
|
|
|
|
|
1. Download the latest version from the [releases page](https://github.com/Wruczek/ts-website/releases)
|
|
|
|
1. Stáhni si nejnovější verzi z [releases page](https://github.com/Wruczek/ts-website/releases)
|
|
|
|
2. Unzip it
|
|
|
|
2. Rozbal ji
|
|
|
|
3. Transfer it to the web directory
|
|
|
|
3. Nahraj ji na web
|
|
|
|
4. Open your browser and navigate to TS-website, proceed with installation
|
|
|
|
4. Otevři webový prohlížeč a naviguj ke TS-website, proběhne instalace
|
|
|
|
</details>
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
### Version for dummies - step by step with commands
|
|
|
|
### Verze pro méně zdatné - krok za krokem s příkazy
|
|
|
|
<details><summary>Zobrazit / skrýt</summary>
|
|
|
|
<details><summary>Zobrazit / skrýt</summary>
|
|
|
|
|
|
|
|
|
|
|
|
This is a simple tutorial with commands for dummies.
|
|
|
|
Tohle je jednoduchý návod s příkazy pro méně zdatné jedince.
|
|
|
|
|
|
|
|
|
|
|
|
What will you need:
|
|
|
|
Co budeš potřebovat:
|
|
|
|
- Clean VPS server running Ubuntu 16.04 or later
|
|
|
|
- Čistý VPS server běžící na Ubuntu 16.04 nebo novější
|
|
|
|
- SSH access to the server ("putty")
|
|
|
|
- SSH přístup k serveru ("putty")
|
|
|
|
|
|
|
|
|
|
|
|
#### Preparing system
|
|
|
|
#### Preparing system
|
|
|
|
Update apt and get some necessary packages
|
|
|
|
Update apt and get some necessary packages
|
|
|
|