Installation for Debian and Ubuntu
For Debian and Ubuntu a DEB repository is provided, making installation process as easy as possible. The DEB package automatically installs dependencies, the oversip
Ruby Gem, an init script, a default file, default configuration files, and some other system files such as /etc/security/limits.d/oversip.conf
.
Repository Configuration
- Edit your
/etc/apt/sources.list
file (or create a new file/etc/apt/sources.list.d/versatica.list
) and add the appropriate line for your Debian/Ubuntu distribution:- Debian 6.0 Squeeze:
deb http://deb.versatica.com squeeze main
- Debian 7.0 Wheezy:
deb http://deb.versatica.com wheezy main
- Ubuntu 12.04 Precise:
deb http://deb.versatica.com precise main
- Ubuntu 12.10 Quantal:
deb http://deb.versatica.com quantal main
- Ubuntu 13.04 Raring:
deb http://deb.versatica.com raring main
- Debian 6.0 Squeeze:
- Add our repository key to your system:
wget -O - http://deb.versatica.com/deb.versatica.com.key | apt-key add -
Package Installation
- Update your APT local cache and install the
oversip
package:
apt-get update apt-get install oversip