summarylogtreecommitdiffstats
path: root/kanboard.install
diff options
context:
space:
mode:
authorPhilipp Schmitt2014-10-31 11:40:40 +0100
committerPhilipp Schmitt2014-10-31 11:40:40 +0100
commit47b1609eee942fb7ac6319e9b0324f3f008578c8 (patch)
tree32822e9b27cb259c53fd747fcdbbe0715d23550d /kanboard.install
downloadaur-47b1609eee942fb7ac6319e9b0324f3f008578c8.tar.gz
first commit
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'
+}