summarylogtreecommitdiffstats
path: root/opencloud.install
blob: 4a840d9b7184bc6e7dbcdec8dedf0fad84bf05db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install(){
  cat << INFO

If installing this without prior configuration, the initial configuration
needs to be initialised. Run the following commands as root:

  cd /etc/opencloud
  opencloud-server init
  chmod 640 opencloud.yaml
  chown root:opencloud opencloud.yaml

INFO
}