#!/bin/sh

cat >&2 <<-EOF
	*
	* OpenCloud has been installed.
	*
	* 1. (optional) set an initial admin password and other options in:
	*       /etc/conf.d/opencloud
	* 2. enable and start the service:
	*       rc-update add opencloud default
	*       rc-service opencloud start
	*
	* On first start a configuration with per-service secrets is generated at
	* /etc/opencloud/opencloud.yaml, and data is stored under /var/lib/opencloud.
	*
	* The web UI then listens on https://<host>:9200
	* (self-signed certificate by default; log in as user 'admin').
	*
	* Note: bare-metal deployments are community setups and are not officially
	* supported by upstream OpenCloud.
	*
EOF

exit 0
