commit | author | age | ||
59549b | 1 | # Installation |
JK | 2 | |
3 | ## Requirements | |
4 | ||
5 | Webserver with PHP 5.4+ (PHP 7+ recommended) and modules: | |
6 | - iconv, | |
7 | - PDO, | |
8 | - PDO SQLite. | |
9 | ||
10 | ## Procedure | |
11 | ||
12 | Just clone the repository into the top-level website directory: | |
13 | ||
14 | ```sh | |
15 | cd /var/www | |
16 | git clone https://git.jacekk.net/r/projects/mpk-ttss | |
17 | ``` |