SARK V4.0.0 Debian install
Debian Install
Debian install onto Wheezy is quick and easy. First install a vanilla wheezy server. Then simply do the following
apt-get update apt-get upgrade
Install the prerequisites (I've used 4 statements just to make it easier to read)...
apt-get install asterisk asterisk-dahdi dahdi apache2 sqlite3 php5-sqlite php-pear xinetd tftpd tftp apt-get install libio-socket-multicast-perl libapache2-mod-php5 libdbi-perl libdbd-sqlite3-perl runit apt-get install sox mysql-server asterisk-mysql php5-mysql nmap zip ntp ssmtp php-net-ipv4 apt-get install libfile-readbackwards-perl shorewall
Install SARK
wget http://sailpbx.com/sail/sail-4.0/debs/noarch/sail_4.0.0-84_all.deb wget http://sailpbx.com/sail/sail-4.0/debs/i386/sailhpe_4.0.0-34_i386.deb dpkg -i sailhpe_4.0.0-34_i386.deb dpkg -i sail_4.0.0-84_all.deb
Seed the CDR database
mysql -u root --password={your mysql root password} < /opt/sark/stat/asterisk-stat-v2/cdr-mysql-setup.sql
You're done - reboot it
reboot
your sail app will be at http://your.server.ip.address
- UID - admin
- PWD - sarkadmin