|
It is quit easy to install Kannel using the lates version from subversion.
For using MySQL and Kannel, you need to install MySQL first and remember to hav development files from MySQL on your server.
1.
Download latest version of Kannel and SQLbox
2.
Install Kannel server
3.
Install SQLbox
4.
You ready to configure Kannel and SQLbox
|
|
Source code
You may have to download subversion, for using SVN
svn co https://svn.kannel.org/gateway/trunk gateway
svn co https://svn.kannel.org/sqlbox/trunk sqlbox
INSTALL GATEWAY
cd gateway
./configure --with-mysql --with-mysql-dir=/usr/local/mysql/ --enable-debug
make
make check
make install
INSTALL SQLBOX
cd sqlbox
./bootstrap
./configure --with-kannel-dir=/usr/local/include/kannel/ --prefix=/usr/local
make
make check
make install
HOWTO START UP SERVICES
cd /etc/kannel/
bearerbox kannel.conf &
sqlbox sqlbox.conf &
smsbox kannel.conf &
It will place a lot of data on the prompt
|
|