summarylogtreecommitdiffstats
path: root/movim.install
diff options
context:
space:
mode:
Diffstat (limited to 'movim.install')
-rw-r--r--movim.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/movim.install b/movim.install
new file mode 100644
index 000000000000..8ea3d88554b1
--- /dev/null
+++ b/movim.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo 'Post-installation tutorial'
+ echo 'https://github.com/movim/movim/wiki/Install-Movim#2-database-configuration'
+ echo
+ echo 'You should also read'
+ echo 'https://github.com/movim/movim/wiki/Install-Movim#general-behaviour'
+ echo
+ echo 'To complete the setup, please install a database and configure a reverse proxy.'
+ echo 'Don’t forget to adapt /etc/webapps/movim/db.inc.php and /etc/default/movim'
+ echo 'to your server settings'
+ echo 'Once everything is setup, use `systemctl start movim` to start the daemon'
+}
+
+post_upgrade() {
+ post_install $1
+}