summarylogtreecommitdiffstats
path: root/kanboard.install
diff options
context:
space:
mode:
Diffstat (limited to 'kanboard.install')
-rw-r--r--kanboard.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/kanboard.install b/kanboard.install
new file mode 100644
index 000000000000..f7ae7b3c4624
--- /dev/null
+++ b/kanboard.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo 'To get started you need to:
+- Configure nginx or apache
+- Enable the required database driver in /etc/php/php.ini (the default driver is sqlite)
+- OPTIONAL: Configure kanboard by editing /etc/webapps/kanboard/config.php
+ This is required when using another DB driver than sqlite
+ More info:
+ * http://kanboard.net/documentation/mysql-configuration
+ * http://kanboard.net/documentation/postgresql-configuration'
+}