January 2016
Intermediate to advanced
384 pages
8h 6m
English
The step-by-step instructions to install OpenSIPS-CP are as follows:
apt-get install apache2 php5
php5-mysql and php5-xmlrpc packages and set the right parameters in the php.ini file:
apt-get install php5-mysql php5-xmlrpc php-pear
opensips-cp and untar the file:cd /var/www svn checkout svn://svn.code.sf.net/p/opensips-cp/code/trunk opensips-cp chown -R www-data:www-data /var/www/opensips-cp
pear install MDB2 pear install MDB2#mysql pear install log
apache2.conf file:
vi /etc/apache2/apache2.conf
Include the following line in the last line:
Alias /cp "/var/www/opensips-cp/web" nano /etc/php5/cli/php.ini ...
Read now
Unlock full access