diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-30 12:06:19 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-30 12:06:19 -0400 |
commit | 94469d567bfa4e634570ff909b9a9b0886a8cde8 (patch) | |
tree | 0e4f22b6986997ee79c08a40e15aafee39d484ae /doc/update.markdown | |
parent | 345c4caea49d50063d0af65440946002fe79912e (diff) |
Update documentation
Diffstat (limited to 'doc/update.markdown')
-rw-r--r-- | doc/update.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update.markdown b/doc/update.markdown index d502f794..0c59a85e 100644 --- a/doc/update.markdown +++ b/doc/update.markdown @@ -6,7 +6,7 @@ Update From the archive (stable version) --------------------------------- -1. Close your session (logout) +1. Close all sessions (logout) 2. Rename your actual Kanboard directory (to keep a backup) 3. Uncompress the new archive and copy your `data` directory to the newly uncompressed directory. 4. Copy your custom `config.php` (if you created one) to the root of the newly uncompressed directory. @@ -18,7 +18,7 @@ From the archive (stable version) From the repository (development version) ----------------------------------------- -1. Close your session (logout) +1. Close all sessions 2. `git pull` 3. `composer install` 3. Login and check if everything is ok |