From 1371b52f6cd3f20b3513ae766ee31f0636b9f4aa Mon Sep 17 00:00:00 2001
From: Daniel Berteaud
Date: Thu, 12 Mar 2015 23:17:53 +0100
Subject: [PATCH] Some notes about customization
---
templates/default/documentation.html.ep | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep
index 61d7517..03e93fc 100644
--- a/templates/default/documentation.html.ep
+++ b/templates/default/documentation.html.ep
@@ -209,6 +209,39 @@ cp /opt/vroom/conf/settings.ini.dist /opt/vroom/conf/settings.ini
And edit it to your need
+
+ Customize
+
+
+ Music on hold
+
+
+ VROOM include 5 different songs available as music on hold. If you want to add more,
+ just drop your files in public/snd/moh. When loading the page, VROOM will
+ randomly choose one file from this directory
+
+
+ Appearence
+
+
+ If you want to customize the look and feel of VROOM, you can create your own templates.
+ To do so, just copy the existing ones
+
+cp -a /opt/vroom/templates/default /opt/vroom/templates/my_template
+
+ Then edit /opt/vroom/conf/settings.ini and set template = 'my_template'
+ Restart VROOM so the configuration change is applied
+
+systemctl restart vroom.service
+
+ And you can start modifying your template.
+
+ As VROOM is still in early development, you'll have to closely follow how the default template evolve and merge the changes in your own template
+
+
+ While working on your new template, it's recommanded to switch to the morbo backend.
+
+