Merge pull request #1121 from ChMat/patch-1

Merge pull request #1121
This commit is contained in:
Frédéric Guillot
2015-08-19 20:23:35 -04:00

View File

@@ -9,9 +9,10 @@ From the archive (stable version)
1. Close your session (logout) 1. Close your session (logout)
2. Rename your actual Kanboard directory (to keep a backup) 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. 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 4. Copy your custom `config.php` (if you created one) to the root of the newly uncompressed directory.
5. Login and check if everything is ok 5. Make the directory `data` writeable by the web server user
6. Remove the old Kanboard directory 6. Login and check if everything is ok
7. Remove the old Kanboard directory
From the repository (development version) From the repository (development version)