summaryrefslogtreecommitdiff
path: root/docs/update.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2015-08-19 20:23:35 -0400
committerFrédéric Guillot <fred@kanboard.net>2015-08-19 20:23:35 -0400
commit7264821cb838fd0333c416b4921092035636616e (patch)
treed8cbac088f50c6f61e2dfba175ed5bd1f5773259 /docs/update.markdown
parent6b4786624be70c4c024b829407a7496eec361cbb (diff)
parentcb647b8d5241474469f8e4fb056a8f42f3659314 (diff)
Merge pull request #1121 from ChMat/patch-1
Merge pull request #1121
Diffstat (limited to 'docs/update.markdown')
-rw-r--r--docs/update.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/update.markdown b/docs/update.markdown
index f4564612..d502f794 100644
--- a/docs/update.markdown
+++ b/docs/update.markdown
@@ -9,9 +9,10 @@ From the archive (stable version)
1. Close your session (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. Make the directory `data` writeable by the web server user
-5. Login and check if everything is ok
-6. Remove the old Kanboard directory
+4. Copy your custom `config.php` (if you created one) to the root of the newly uncompressed directory.
+5. Make the directory `data` writeable by the web server user
+6. Login and check if everything is ok
+7. Remove the old Kanboard directory
From the repository (development version)