diff options
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 +``` |