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