summaryrefslogtreecommitdiff
path: root/doc/en_US/plugin-directory.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-06 10:54:58 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-06 10:54:58 -0700
commit0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch)
tree5d8941b5950ede2db8ca3fba0213792db0f07a50 /doc/en_US/plugin-directory.markdown
parentac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff)
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'doc/en_US/plugin-directory.markdown')
-rw-r--r--doc/en_US/plugin-directory.markdown15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/en_US/plugin-directory.markdown b/doc/en_US/plugin-directory.markdown
deleted file mode 100644
index 385e3360..00000000
--- a/doc/en_US/plugin-directory.markdown
+++ /dev/null
@@ -1,15 +0,0 @@
-Plugin Directory Configuration
-==============================
-
-To install, update and remove plugins from the user interface, you must have those requirements:
-
-- The plugin directory must be writeable by the web server user
-- The Zip extension must be available on your server
-- The config parameter `PLUGIN_INSTALLER` must be set at `true`
-
-To disable this feature, change the value of `PLUGIN_INSTALLER` to `false` in your config file.
-You can also change the permissions of the plugin folder on the filesystem.
-
-Only administrators are allowed to install plugins from the user interface.
-
-By default, only plugin listed on Kanboard's website are available.