summarylogtreecommitdiffstats
path: root/movim.install
blob: 8ea3d88554b1f7bfb199080a9395769429cb110a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}