From c4240724f30e65dd596582ec5cbfed086914388c Mon Sep 17 00:00:00 2001 From: sikander Date: Wed, 26 Apr 2017 10:43:28 -0400 Subject: Install instructions cleanup Reworded a few sentences. --- doc/en_US/installation.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/en_US') diff --git a/doc/en_US/installation.markdown b/doc/en_US/installation.markdown index d8969c1c..8b8add99 100644 --- a/doc/en_US/installation.markdown +++ b/doc/en_US/installation.markdown @@ -1,7 +1,7 @@ Installation ============ -Firstly, check the [requirements](requirements.markdown) before to go further. +First, check the [requirements](requirements.markdown) before going further. From the archive (stable version) --------------------------------- @@ -11,17 +11,17 @@ From the archive (stable version) 3. Check if the directory `data` is writeable by the web server user 4. With your browser go to 5. The default login and password is **admin/admin** -6. Start to use the software +6. Start using the software 7. Don't forget to change your password! The `data` folder is used to store: - Sqlite database: `db.sqlite` -- Debug file: `debug.log` (if debug mode enabled) +- Debug file: `debug.log` (if debug mode is enabled) - Uploaded files: `files/*` - Image thumbnails: `files/thumbnails/*` -People who are using a remote database (Mysql/Postgresql) and a remote object storage (Aws S3 or similar) don't necessarily need to have a persistent local data folder or to change the permission. +People who are using a remote database (Mysql/Postgresql) and a remote object storage (Aws S3 or similar) don't necessarily need to have a persistent local data folder or to change the permissions for the folder. From the git repository (development version) --------------------------------------------- @@ -67,10 +67,10 @@ Optional Installation --------------------- - Some features of Kanboard require that you run [a daily background job](cronjob.markdown) (Reports and analytics) -- [Install the background worker](worker.markdown) to improve the performances +- [Install the background worker](worker.markdown) to improve performance 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 and a `web.config` file for IIS but nothing for other web servers. +- Don't allow everybody to access to the directory `data` from the URL. A `.htaccess` file for Apache and a `web.config` file for IIS is included but other web servers will have to be configured manually. -- cgit v1.2.3