summaryrefslogtreecommitdiff
path: root/doc/en_US
diff options
context:
space:
mode:
authorsikander <siqbal@gmail.com>2017-04-26 10:43:28 -0400
committerFrédéric Guillot <fred@kanboard.net>2017-04-29 17:08:45 -0400
commitc4240724f30e65dd596582ec5cbfed086914388c (patch)
tree79c52003ef1c689f787048cb09920cde7feec5b3 /doc/en_US
parent2c4e87949f96903290696a2f475a77a86bb3bbaa (diff)
Install instructions cleanup
Reworded a few sentences.
Diffstat (limited to 'doc/en_US')
-rw-r--r--doc/en_US/installation.markdown12
1 files changed, 6 insertions, 6 deletions
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 <http://yourpersonalserver/kanboard>
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.