aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/thelounge/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/thelounge/files/pkg-message.in')
-rw-r--r--net-im/thelounge/files/pkg-message.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/thelounge/files/pkg-message.in b/net-im/thelounge/files/pkg-message.in
new file mode 100644
index 0000000..1d7331b
--- /dev/null
+++ b/net-im/thelounge/files/pkg-message.in
@@ -0,0 +1,5 @@
+[
+{
+ "message": "\nThe Lounge has been installed.\n\nTo get started:\n\n 1. Copy the sample config:\n cp %%PREFIX%%/etc/thelounge.conf.sample /var/db/thelounge/config.js\n\n 2. Add a user:\n env THELOUNGE_HOME=/var/db/thelounge %%PREFIX%%/bin/thelounge add <username>\n\n 3. Enable and start the service:\n sysrc thelounge_enable=YES\n service thelounge start\n\n The web interface will be available at http://localhost:9000/\n"
+}
+]