diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 21:28:58 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 21:28:58 -0500 |
commit | 4bba5be037d4ce3ebaefedaac0d840bce9206551 (patch) | |
tree | 669a7f2d702281a8187171b7a7e95c043020356b /docs/debian-installation.markdown | |
parent | dd9f1d6e1174db99bb609880f10f757149d465c0 (diff) |
Change minimum requirements and add FreeBSD installation guide
Diffstat (limited to 'docs/debian-installation.markdown')
-rw-r--r-- | docs/debian-installation.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/debian-installation.markdown b/docs/debian-installation.markdown index 10cab44a..7cc9b5b7 100644 --- a/docs/debian-installation.markdown +++ b/docs/debian-installation.markdown @@ -24,6 +24,8 @@ rm kanboard-latest.zip Debian 6 (Squeeze) ------------------ +**Kanboard >= 1.0.10 require at least PHP 5.3.7 and Debian 6 provide PHP 5.3.3 by default** + Install Apache and PHP: ```bash @@ -39,4 +41,4 @@ wget http://kanboard.net/kanboard-latest.zip unzip kanboard-latest.zip chown -R www-data:www-data kanboard/data rm kanboard-latest.zip -```
\ No newline at end of file +``` |