Fix typo in documentation
This commit is contained in:
@@ -3,7 +3,7 @@ Installation on Windows Server and Apache
|
||||
|
||||
This guide will help you to setup step by step Kanboard on a Windows Server with Apache and PHP.
|
||||
|
||||
Note: If you have a 64 bits platform choose "x64" otherwise choose "x86" for 32 bits systems.
|
||||
Note: If you have a 64 bits platform choose "x64" otherwise choose "x86" for 32-bit systems.
|
||||
|
||||
Visual C++ Redistributable Installation
|
||||
---------------------------------------
|
||||
@@ -73,13 +73,13 @@ extension=php_openssl.dll
|
||||
extension=php_pdo_sqlite.dll
|
||||
```
|
||||
|
||||
Set the timezone:
|
||||
Set the time zone:
|
||||
|
||||
```ini
|
||||
date.timezone = America/Montreal
|
||||
```
|
||||
|
||||
The list of supported timezones can be found in the [PHP documentation](http://php.net/manual/en/timezones.america.php).
|
||||
The list of supported time zones can be found in the [PHP documentation](http://php.net/manual/en/timezones.america.php).
|
||||
|
||||
Load the PHP module for Apache:
|
||||
|
||||
@@ -116,7 +116,7 @@ Kanboard installation
|
||||
---------------------
|
||||
|
||||
- Download the zip file
|
||||
- Uncompress the archive in `C:\Apache24\htdocs\kanboard` by example
|
||||
- Decompress the archive in `C:\Apache24\htdocs\kanboard` by example
|
||||
- Open your web browser to use Kanboard http://localhost/kanboard/
|
||||
- The default credentials are **admin/admin**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user