Change minimum requirements and add FreeBSD installation guide

This commit is contained in:
Frédéric Guillot
2014-11-29 21:28:58 -05:00
parent dd9f1d6e11
commit 4bba5be037
9 changed files with 76 additions and 37 deletions

View File

@@ -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
```
```