From 59549b6b06687c2f5f07fefc03d115e8de906c85 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Fri, 17 Mar 2017 18:35:51 +0000 Subject: [PATCH] Add installation documentation --- 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