summarylogtreecommitdiffstats
path: root/shlink.install
diff options
context:
space:
mode:
Diffstat (limited to 'shlink.install')
-rw-r--r--shlink.install18
1 files changed, 17 insertions, 1 deletions
diff --git a/shlink.install b/shlink.install
index d1d26c341c0e..8c069ad54757 100644
--- a/shlink.install
+++ b/shlink.install
@@ -1,9 +1,25 @@
+post_install(){
+ cat <<INFO
+
+Shlink has been installed successfully.
+Please run \`(cd /usr/share/webapps/shlink && sudo -u http php vendor/bin/shlink-installer install)\`
+to configure the database and other options.
+You can find more information here:
+
+https://github.com/shlinkio/shlink/#configure
+
+INFO
+}
+
post_upgrade(){
cat <<INFO
Shlink has been updated successfully.
-Please run \`sudo -u http php /usr/share/webapps/shlink/bin/update\`
+Please run \`(cd /usr/share/webapps/shlink && sudo -u http php vendor/bin/shlink-installer update)\`
to migrate the database and configure new options.
+
+You can provide `/usr/share/webapps/shlink` when asked to import the existing configuration.
+
You can find more information here:
https://github.com/shlinkio/shlink/#update-to-new-version