summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-13 18:54:29 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-13 18:54:29 +0000
commit5d2415dfc5d61ecfb9e61b9540e87df9b7d8cc49 (patch)
treec8ffd0120ced149a2a758a57979f146fe8f0b714 /README
parent5c315a7109df6efc3656145a09cfbca58c16c4cf (diff)
Using live_zap now to crash^debug zaptel on other computers.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3466 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 19 insertions, 6 deletions
diff --git a/README b/README
index c2fead7..0641d73 100644
--- a/README
+++ b/README
@@ -239,20 +239,20 @@ attempting to generate device files. In that case, try:
make install DESTDIR=$PWD/target DYNFS=
-Test Install: live_ast
+Test Install: live_zap
^^^^^^^^^^^^^^^^^^^^^^
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:
+Basic 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'
+ ./live_zap install # instead of 'make install'
+ ./live_zap config # instead of 'make config'
+ ./live_zap unload # instead of '/etc/init.d/zaptel stop'
+ ./live_zap 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
@@ -260,6 +260,19 @@ 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.
+Testing on a different maching:
+
+ ./configure
+ make
+ ./live_zap install # instead of 'make install'
+ ./live_zap config # instead of 'make config'
+ ./live_zap rsync root@remotehost
+ ssh root@remotehost
+ # in the remote host:
+ cd /tmp
+ ./live_zap unload
+ ./live_zap load
+
./configure Options
^^^^^^^^^^^^^^^^^^^