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.listfile (or create a new file/etc/apt/sources.list.d/versatica.list) and add the appropriate line for your Debian/Ubuntu distribution:- Debian 6 Squeeze:
deb http://deb.versatica.com squeeze main - Debian 7 Wheezy:
deb http://deb.versatica.com wheezy main - Debian 8 Jessie:
deb http://deb.versatica.com jessie 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 - Ubuntu 14.04 Trusty Tahr:
deb http://deb.versatica.com trusty main
- Debian 6 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
oversippackage:
apt-get update apt-get install oversip