Improved www.ttss.krakow.pl
Jacek Kowalski
2018-06-03 fc8d60517033c7de6115d9d56bb43a8a7b279a3f
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 ```