From adc10923c94e0501498d8bf179579126640aecc4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 10 Jan 2015 10:55:23 +0000 Subject: [PATCH] added information about sessions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6c60b4..3b9d5f6 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ A live demo (with editing disabled) can be found over at https://starbeamrainbow ## Downloading / Installing +### Requirements +Any PHP enabled webserver will do. You need to make sure that it has **session support** though, as they are used to allow users to log in. If your php server does not have session support, you will know about it quite quickly since it won't remember you logging in. + +Information about configuring PHP sessions can be found here: https://php.net/manual/en/session.installation.php + ### Quickstart All you need to do is download `index.php` in this repository and put it in a folder on your web server. You need to make sure that PHP can write to that folder though. However, you can deny write access to the file itself since there is no automatic updating function built in yet.