SARK V4.0.0 Debian install

From sailpbx
Revision as of 18:07, 16 July 2013 by Adminwiki (talk | contribs) (Created page with "back to SARK v4.0.0 contents === Debian Install === Debian install onto Wheezy is quick and easy. First install a vanilla wheezy server. Then simply do the f…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

back to SARK v4.0.0 contents

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/sail_4.0.0-67_all.deb
wget http://sailpbx.com/sail/sail-4.0/debs/sailhpe_4.0.0-32_i386.deb
dpkg -i sailhpe_4.0.0-32_i386.deb 
dpkg -i sail_4.0.0-62_all.deb

Seed the CDR database

mysql -u root --password={your mysql root password} < /opt/sark/stat/asterisk-stat-v2/cdr-mysql-setup.sql

Your done - reboot it

reboot

your sail app will be at http://your.server.ip.address

  • UID - admin
  • PWD - sarkadmin