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.0 Squeeze (current stable version):
deb http://deb.versatica.com squeeze main - Debian 7.0 Wheezy (next stable version):
deb http://deb.versatica.com wheezy main - Ubuntu 12.04 Precise (current LTS version):
deb http://deb.versatica.com precise main
- Debian 6.0 Squeeze (current stable version):
- 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