From 30c7e961695b0751c75aea8f9cb6b02583631488 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 6 Nov 2014 07:09:50 -0500 Subject: Update install doc to use composer --- docs/update.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/update.markdown') 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. -- cgit v1.2.3