summaryrefslogtreecommitdiff
path: root/www/github-release-monitor/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/github-release-monitor/files/pkg-message.in')
-rw-r--r--www/github-release-monitor/files/pkg-message.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/github-release-monitor/files/pkg-message.in b/www/github-release-monitor/files/pkg-message.in
new file mode 100644
index 000000000000..8500015261bb
--- /dev/null
+++ b/www/github-release-monitor/files/pkg-message.in
@@ -0,0 +1,21 @@
+[
+{ type: install
+ message: <<EOM
+Github Release Monitor is installed
+
+1) Configure it in %%PREFIX%%/etc/github-release-monitor.env
+
+ Default auth secret, username and password are not secure.
+ Please change them all before deploying Github Release Monitor
+ to a production environment.
+
+2) Enable it with
+
+ sysrc github_release_monitor_enable=YES
+
+3) Start it with
+
+ service github-release-monitor start
+EOM
+}
+]