From 6c711f696f73bc59813f6834ec241aef3b626cbd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 29 Aug 2015 20:00:53 -0400 Subject: Include documentation in the application --- docs/update.markdown | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 docs/update.markdown (limited to 'docs/update.markdown') diff --git a/docs/update.markdown b/docs/update.markdown deleted file mode 100644 index d502f794..00000000 --- a/docs/update.markdown +++ /dev/null @@ -1,26 +0,0 @@ -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. -- cgit v1.2.3