From fbc64fb8bfe95cb9ee53d97e9d869d60fb86b04a Mon Sep 17 00:00:00 2001 From: Simon Lieb Date: Tue, 13 Dec 2016 13:59:31 +0100 Subject: [PATCH] Add few install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1ce5177..277ed5a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,14 @@ shuri ===== Simple url shortener script + +Installation +------------ + +Just drop the `index.php` in any folder accessible through your web server with +php interpreter, `mkdir db` with permission to write for your web server +user/group and direct your browser to the former script. + +For testing and debugging purposer, you can just use: + + $ php -S localhost:8000 index.php