Add documentations

This commit is contained in:
Frédéric Guillot
2014-03-02 21:53:48 -05:00
parent 1e9232643e
commit c8714c01a4
6 changed files with 113 additions and 128 deletions

19
docs/update.markdown Normal file
View File

@@ -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