From 7cbf517e62f86a06fea73e87b1346323c82febea Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 17 Mar 2017 19:07:59 +0000 Subject: [PATCH] Add usage information to the README --- INSTALL.md | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..06a6bdb --- /dev/null +++ b/INSTALL.md @@ -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 +``` -- Gitblit v1.9.1