Merge branch 'patch-1' of github.com:maggick/kanboard

This commit is contained in:
Frédéric Guillot 2014-03-02 13:21:20 -05:00
commit 1e9232643e
1 changed files with 3 additions and 2 deletions

View File

@ -77,7 +77,7 @@ Requirements
- Apache or Nginx
- PHP >= 5.3.3
- PHP extensions required: mbstring and pdo_sqlite
- PHP extensions required: mbstring and pdo_sqlite (don't forget to enable extensions)
- A web browser with HTML5 drag and drop support
Installation
@ -159,6 +159,7 @@ open http://localhost:8000/
```bash
apt-get update
apt-get install -y php5 php5-sqlite
echo 'extension=sqlite.so' >> /etc/php5/conf.d/sqlite.ini
cd /var/www/
wget http://kanboard.net/kanboard-VERSION.zip
unzip kanboard-VERSION.zip
@ -177,4 +178,4 @@ curl "http://myserver/?controller=task&action=add&token=superSecretToken&title=m
curl "http://myserver/?controller=task&action=add&token=superSecretToken&title=task123&project_id=3&column_id=7&color_id=red"
```
Webhooks are useful to perform actions from external applications (shell-script, git hooks...).
Webhooks are useful to perform actions from external applications (shell-script, git hooks...).