diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-02 21:53:48 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-02 21:53:48 -0500 |
commit | c8714c01a4268f6aba4abe0461488e6c5b9df6ac (patch) | |
tree | c1e7922c9c0fce9a6a068c3e73e2aa6da7a9d230 /docs/update.markdown | |
parent | 1e9232643e907edfe9de05f3b04d3826a9b1ccd0 (diff) |
Add documentations
Diffstat (limited to 'docs/update.markdown')
-rw-r--r-- | docs/update.markdown | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/update.markdown b/docs/update.markdown new file mode 100644 index 00000000..d997f3e7 --- /dev/null +++ b/docs/update.markdown @@ -0,0 +1,19 @@ +Update +====== + +From the archive +---------------- + +1. Close your session (logout) +2. Rename your actual Kanboard directory (to keep a backup) +3. Uncompress the new archive and copy your database file `db.sqlite` in the directory `data` +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 + +From the repository +------------------- + +1. Close your session (logout) +2. `git pull` +3. Login and check if everything is ok |