summaryrefslogtreecommitdiff
path: root/docs/installation.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-06 07:09:50 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-06 07:09:50 -0500
commit30c7e961695b0751c75aea8f9cb6b02583631488 (patch)
treed942a9179f1a874a45001b2bda416147e43961f7 /docs/installation.markdown
parentfcce71688660658d6b04810f4995e47a66c737a3 (diff)
Update install doc to use composer
Diffstat (limited to 'docs/installation.markdown')
-rw-r--r--docs/installation.markdown15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/installation.markdown b/docs/installation.markdown
index 0da0ec97..3f051f99 100644
--- a/docs/installation.markdown
+++ b/docs/installation.markdown
@@ -9,8 +9,8 @@ Requirements
- PHP extensions required: mbstring and pdo_sqlite (don't forget to enable extensions)
- A web browser with HTML5 drag and drop support
-From the archive
-----------------
+From the archive (stable version)
+---------------------------------
1. You must have a web server with PHP installed
2. Download the source code and copy the directory `kanboard` where you want
@@ -22,11 +22,16 @@ From the archive
Note: The folder data is the location where Kanboard stores uploaded files as well as the Sqlite database.
-From the repository
--------------------
+From the repository (development version)
+-----------------------------------------
+
+You must install [composer](https://getcomposer.org/) to use this method.
1. `git clone https://github.com/fguillot/kanboard.git`
-2. Go to the third step just above
+2. `composer update`
+3. Go to the third step just above
+
+Note: This method will install the **current development version**, use at your own risk.
Security
--------