#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	echo ""
	echo "Hexo CMS installed."
	echo ""
	echo "To install and start Hexo CMS:"
	echo "  hexoctl install"
	echo "  hexoctl site create default"
	echo "  /etc/init.d/hexojs start"
	echo ""
	echo "Preview: http://<router-ip>:4000"
	echo ""
	echo "Use LuCI interface for full CMS features."
	echo ""
}
exit 0
