diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-06 07:09:50 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-06 07:09:50 -0500 |
commit | 30c7e961695b0751c75aea8f9cb6b02583631488 (patch) | |
tree | d942a9179f1a874a45001b2bda416147e43961f7 /docs/update.markdown | |
parent | fcce71688660658d6b04810f4995e47a66c737a3 (diff) |
Update install doc to use composer
Diffstat (limited to 'docs/update.markdown')
-rw-r--r-- | docs/update.markdown | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/update.markdown b/docs/update.markdown index bcbd3e8d..c05f8ed0 100644 --- a/docs/update.markdown +++ b/docs/update.markdown @@ -3,8 +3,8 @@ Update Important: **Always do a backup of your database before upgrading!** -From the archive ----------------- +From the archive (stable version) +--------------------------------- 1. Close your session (logout) 2. Rename your actual Kanboard directory (to keep a backup) @@ -14,9 +14,12 @@ From the archive 6. Remove the old Kanboard directory -From the repository -------------------- +From the repository (development version) +----------------------------------------- 1. Close your session (logout) 2. `git pull` +3. `composer update` 3. Login and check if everything is ok + +Note: This method will install the **current development version**, use at your own risk. |