Update install doc to use composer

This commit is contained in:
Frédéric Guillot
2014-11-06 07:09:50 -05:00
parent fcce716886
commit 30c7e96169
2 changed files with 17 additions and 9 deletions

View File

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