summaryrefslogtreecommitdiff
path: root/doc/update.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-29 20:00:53 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-29 20:00:53 -0400
commit6c711f696f73bc59813f6834ec241aef3b626cbd (patch)
treeded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /doc/update.markdown
parentef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff)
Include documentation in the application
Diffstat (limited to 'doc/update.markdown')
-rw-r--r--doc/update.markdown26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/update.markdown b/doc/update.markdown
new file mode 100644
index 00000000..d502f794
--- /dev/null
+++ b/doc/update.markdown
@@ -0,0 +1,26 @@
+Update
+======
+
+**Always make a backup of your database before upgrading!**
+
+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. 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)
+-----------------------------------------
+
+1. Close your session (logout)
+2. `git pull`
+3. `composer install`
+3. Login and check if everything is ok
+
+Note: This method will install the **current development version**, use at your own risk.