diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-10-10 14:14:29 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-10-10 14:14:29 -0400 |
commit | cd633b9aff78650752906dad0c2f64d82e018f39 (patch) | |
tree | c03685bcfa80dc1bb644d40dadc4ade1afd82822 /doc/installation.markdown | |
parent | 26e901dfe69c29d56f5e2164d4683bab57663bb0 (diff) |
Update documentation and move screenshots
Diffstat (limited to 'doc/installation.markdown')
-rw-r--r-- | doc/installation.markdown | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/installation.markdown b/doc/installation.markdown index 4955612f..67b010a9 100644 --- a/doc/installation.markdown +++ b/doc/installation.markdown @@ -8,13 +8,13 @@ From the archive (stable version) 1. You must have a web server with PHP installed 2. Download the source code and copy the directory `kanboard` where you want -3. Check if the directory `data` is writeable +3. Check if the directory `data` is writeable by the web server user 4. With your browser go to <http://yourpersonalserver/kanboard> 5. The default login and password is **admin/admin** 6. Start to use the software 7. Don't forget to change your password! -The data folder is used to store: +The `data` folder is used to store: - Sqlite database: `db.sqlite` - Debug file: `debug.log` (if debug mode enabled) @@ -23,8 +23,8 @@ The data folder is used to store: People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessarily need to have a persistent local data folder or to change the permission. -From the repository (development version) ------------------------------------------ +From the git repository (development version) +--------------------------------------------- You must install [composer](https://getcomposer.org/) to use this method. @@ -63,4 +63,4 @@ Security -------- - Don't forget to change the default user/password -- Don't allow everybody to access to the directory `data` from the URL. There is already a `.htaccess` for Apache but nothing for other web servers. +- Don't allow everybody to access to the directory `data` from the URL. There is already a `.htaccess` for Apache and a `web.config` file for IIS but nothing for other web servers. |