Improved www.ttss.krakow.pl
Jacek Kowalski
2017-03-17 59549b6b06687c2f5f07fefc03d115e8de906c85
Add installation documentation
1 files added
17 ■■■■■ changed files
INSTALL.md 17 ●●●●● patch | view | raw | blame | history
INSTALL.md
New file
@@ -0,0 +1,17 @@
# Installation
## Requirements
Webserver with PHP 5.4+ (PHP 7+ recommended) and modules:
- iconv,
- PDO,
- PDO SQLite.
## Procedure
Just clone the repository into the top-level website directory:
```sh
cd /var/www
git clone https://git.jacekk.net/r/projects/mpk-ttss
```