Skip to content

Commit

Permalink
added information about sessions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Jan 10, 2015
1 parent c9a2d1e commit adc1092
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit adc1092

Please sign in to comment.