diff options
Diffstat (limited to 'doc/windows-iis-installation.markdown')
-rw-r--r-- | doc/windows-iis-installation.markdown | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/windows-iis-installation.markdown b/doc/windows-iis-installation.markdown index 84a2e53c..bd4607de 100644 --- a/doc/windows-iis-installation.markdown +++ b/doc/windows-iis-installation.markdown @@ -15,7 +15,6 @@ PHP installation Edit the `php.ini`, uncomment these PHP modules: ```ini -extension=php_curl.dll extension=php_gd2.dll extension=php_ldap.dll extension=php_mbstring.dll @@ -23,13 +22,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). Check if PHP runs correctly: @@ -56,7 +55,7 @@ Kanboard installation --------------------- - Download the zip file -- Uncompress the archive in `C:\inetpub\wwwroot\kanboard` by example +- Decompress the archive in `C:\inetpub\wwwroot\kanboard` by example - Make sure the directory `data` is writable by the IIS user - Open your web browser to use Kanboard http://localhost/kanboard/ - The default credentials are **admin/admin** @@ -66,3 +65,9 @@ Tested configurations - Windows 2008 R2 Standard Edition / IIS 7.5 / PHP 5.5.16 - Windows 2012 Standard Edition / IIS 8.5 / PHP 5.3.29 + +Notes +----- + +- Some features of Kanboard require that you run [a daily background job](cronjob.markdown). + |