summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-04 23:15:04 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-04 23:15:04 +0000
commit238e74d3812dc67b4e2cad6af306130db0b58433 (patch)
tree475a2112628aa6adbb64dac212df112e66388e86 /README
parent4e11e9db4502c239bd2495c116d112a1f708d031 (diff)
live_zap - A script to test Zaptel without fully installing it.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3308 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index 272a948..c2fead7 100644
--- a/README
+++ b/README
@@ -239,6 +239,28 @@ attempting to generate device files. In that case, try:
make install DESTDIR=$PWD/target DYNFS=
+Test Install: live_ast
+^^^^^^^^^^^^^^^^^^^^^^
+If you need to test a version of Zaptel without touching the version
+installed on your system, you can use the script live_zap . Note,
+however, that it may take some extra configuration to be used right.
+
+Basica usage:
+
+ ./configure
+ make
+ ./live_ast install # instead of 'make install'
+ ./live_ast config # instead of 'make config'
+ ./live_ast unload # instead of '/etc/init.d/zaptel stop'
+ ./live_ast load # instead of '/etc/init.d/zaptel start'
+
+Everything is installed under the subdirectory live/ . You will probably
+need to adjust MODULES . Generally you should not edit the script
+itself, but , rather, edit live/live.conf . Please let me know if you
+needed to change anything in the script beyond changing live.conf so I
+can include useful fixes.
+
+
./configure Options
^^^^^^^^^^^^^^^^^^^
The configure script various several tests and based on them generates