SARK V4.0.1 Debian install

From sailpbx
Revision as of 19:35, 18 May 2014 by Adminwiki (talk | contribs)
Jump to: navigation, search

back to SARK v4.0.0 contents

SARK 4.0.1 Beta Wheezy Install

This page assumes you already have installed a working 4.0.0 version of sail and that it is the latest release. If it isn't then install/upgrade it using the notes elsewhere in the wiki.

There is currently no repo image for 4.0.1 Beta so you will need to download the package and install it with dpkg. Proceed as follows;

Log in to the linux console on your sail box and run the following

apt-get update
apt-get upgrade
apt-get install dnsmasq tshark vim debian-archive-keyring less php5-ldap hostname asterisk-mp3

Now you can install sail-4.0.1

wget http://sailpbx.com/sail/sail-4.0/debs/noarch/sail_4.0.1-10_all.deb
dpkg -i sail_4.0.1-10_all.deb

Close you browser and re-open it if you were previously running an earlier version of sail.

OK, you're done; unless you'd like to run the new ldap directory feature in 4.0.1, in which case continue..

LDAP install

Assuming LDAP is not already installed on your SARK/SAIL box.

Open the SARK browser app and navigate to the network panel. Turn OFF the checkbox "Use DHCP to obtain an IP address?:" and enter a domain name into the domain name field. You can also allocate a fixed IP address and DNS information at this point if you wish but you MUST enter the domain information. Doesn't matter what domain you choose, as long as it follows the rules for correct domain name formation. This is necessary because the Debian LDAP installer will use this name to create the LDAP Base dn. If you DON'T do this then you'll end up needing to reconfigure ldap after the install.

OK, save the information you've entered and reboot your box.

Now you can install ldap

apt-get install slapd ldap-utils

The installer will ask you to provide an admin password for LDAP, make a note of it; you'll need it shortly and whenever you want to do any other stuff with ldap in the future.