diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
commit | 0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch) | |
tree | f5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/en_US/cloudron.markdown | |
parent | 3bf4789be255650b64f42231f41383cb13b65572 (diff) |
Move English documentation to folder en_US
Diffstat (limited to 'doc/en_US/cloudron.markdown')
-rw-r--r-- | doc/en_US/cloudron.markdown | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/en_US/cloudron.markdown b/doc/en_US/cloudron.markdown new file mode 100644 index 00000000..c79d0441 --- /dev/null +++ b/doc/en_US/cloudron.markdown @@ -0,0 +1,28 @@ +How to run Kanboard on Cloudron +================================ + +[Cloudron](https://cloudron.io) is a private smartserver on which you can install web +apps like Kanboard. You can install Kanboard into a custom domain and each +installation is backed up and kept up-to-date with Kanboard releases automatically. + +[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=net.kanboard.cloudronapp) + +Accounts +-------- + +The app integrates tightly with the Cloudron User Management (via LDAP). Only +Cloudron users can access the Kanboard. In addition, any Cloudron administrator +becomes a Kanboard administrator automatically. + +Installing Plugins +------------------ + +Plugins can be installed and configured using the [Cloudron CLI](https://git.cloudron.io/cloudron/cloudron-cli) +tool. See the [app description](https://cloudron.io/appstore.html?app=net.kanboard.cloudronapp) for +more information. + +Application Source code +---------------------- + +The source code for the Cloudron app is [here](https://git.cloudron.io/cloudron/kanboard-app). + |