install:4.0.x:git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
install:4.0.x:git [2013/03/11 12:55] – [9. The init.d script] miconda | install:4.0.x:git [2013/08/22 12:22] – [3.Tuning Makefiles] note about paths to be changed when setting a prefix a.rohr | ||
---|---|---|---|
Line 50: | Line 50: | ||
< | < | ||
- | git clone --depth 1 git:// | + | git clone --depth 1 --no-single-branch |
cd kamailio | cd kamailio | ||
git checkout -b 4.0 origin/4.0 | git checkout -b 4.0 origin/4.0 | ||
</ | </ | ||
+ | //Note: if your git client version does not support **--no-single-branch** command line parameter, then just remove it.// | ||
===== 3.Tuning Makefiles ===== | ===== 3.Tuning Makefiles ===== | ||
Line 92: | Line 93: | ||
</ | </ | ||
+ | If you set this PREFIX you have to change most of the paths below from '/ | ||
More hints about Makefile system at: | More hints about Makefile system at: | ||
Line 227: | Line 229: | ||
The init.d script can be used to start/stop the Kamailio server in a nicer way. A sample of init.d script for Kamailio is provided at: | The init.d script can be used to start/stop the Kamailio server in a nicer way. A sample of init.d script for Kamailio is provided at: | ||
- | |||
- | < | ||
- | / | ||
- | </ | ||
< | < | ||
Line 243: | Line 241: | ||
then edit the file updating the $DAEMON and $CFGFILE values: | then edit the file updating the $DAEMON and $CFGFILE values: | ||
+ | |||
< | < | ||
DAEMON=/ | DAEMON=/ | ||
Line 251: | Line 250: | ||
< | < | ||
- | / | + | / |
</ | </ | ||
install/4.0.x/git.txt · Last modified: 2013/09/11 16:23 by werebear73