diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-12 15:38:40 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-12 15:38:40 -0400 |
commit | 12f2ffb66381f441ac34c1497e78c02f97695e7d (patch) | |
tree | 8dbeb512bd881b0122eaa1014927f2c711f802df /docs/recommended-configuration.markdown | |
parent | 99a341761053f42223aea674f36ab914c996b7f1 (diff) |
Update docs
Diffstat (limited to 'docs/recommended-configuration.markdown')
-rw-r--r-- | docs/recommended-configuration.markdown | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/recommended-configuration.markdown b/docs/recommended-configuration.markdown new file mode 100644 index 00000000..93b49723 --- /dev/null +++ b/docs/recommended-configuration.markdown @@ -0,0 +1,36 @@ +Recommended Configuration +========================= + +Server side +----------- + +- Modern Linux/Unix operating system: **Ubuntu/Debian or FreeBSD** +- Most recent version of PHP and Apache +- Use the Sqlite database only when you have a disk with fast I/O (SSD disks) otherwise use Mysql or Postgresql + +Client side +----------- + +- Use a modern browser: **Mozilla Firefox or Google Chrome or Safari** + +Tested configurations +--------------------- + +The following configurations are tested with Kanboard but that doesn't mean all features are available: + +### Server + +- Ubuntu 14.04 LTS +- Debian 6, 7 and 8 +- Centos 6.5 and 7.0 +- Windows 2012 Server +- Windows 2008 Server + +### Desktops + +- Last version of Mozilla Firefox, Safari and Google Chrome +- Microsoft Internet Explorer 11 + +### Tablets + +- iPad mini 3 |