From f4f0d7e60fc8a4259312d4fcebe55b57cfac07a6 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 5 May 2012 23:43:31 +0000 Subject: [PATCH] debian: add instructions on how to quickly setup a demo system --- debian/README.Debian | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/README.Debian b/debian/README.Debian index 607e37ec18..72be2ce528 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -15,4 +15,12 @@ packages, it will install the corresponding sample configuration to /usr/share/freeswitch/conf and you'll need to copy the bits you need to /etc/freeswitch. - -- Travis Cross , Sat, 5 May 2012 06:31:24 +0000 +If you just want to get a working demo system up quickly, I'd +recommend doing the following: + + aptitude install -y -r -o APT::Install-Suggests=true freeswitch-meta-vanilla + cp -a /usr/share/freeswitch/conf/vanilla /etc/freeswitch + /etc/init.d/freeswitch start + fs_cli + + -- Travis Cross , Sat, 5 May 2012 23:41:29 +0000