This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
siremis:install42x:main [2015/02/02 18:33] – created admin | siremis:install42x:main [2015/02/02 18:45] (current) – [Web Server Setup] admin | ||
---|---|---|---|
Line 17: | Line 17: | ||
a2enmod rewrite | a2enmod rewrite | ||
</ | </ | ||
- | * PHP5 with MySQL and GD support | + | * PHP5 with MySQL, GD and CURL support |
* on Debian Ubuntu, you can do: | * on Debian Ubuntu, you can do: | ||
< | < | ||
- | apt-get install php5 php5-mysql php5-gd | + | apt-get install php5 php5-mysql php5-gd |
</ | </ | ||
+ | CURL module is needed if you want to use JSONRPC command panel. | ||
===== Download ===== | ===== Download ===== | ||
Line 83: | Line 84: | ||
* http:// | * http:// | ||
- | If you want to use a different alias, edit Makefile and change the value of URLBASE | + | If you want to use a different alias, edit Makefile and change the value of URLBASE. |
+ | |||
+ | **Note:** for Apache 2.4.x, use: | ||
+ | |||
+ | < | ||
+ | make apache24-conf | ||
+ | </ | ||
===== Local Configuration ===== | ===== Local Configuration ===== | ||
Line 155: | Line 162: | ||
In the second step you have to introduce the details to access Kamailio and Siremis database. | In the second step you have to introduce the details to access Kamailio and Siremis database. | ||
- | When you install Siremis first time, you probably have to check: | + | When you install Siremis first time, you probably have to select the following options (at the bottom of the web form): |
* Create Siremis Database - this create database ' | * Create Siremis Database - this create database ' | ||
Line 161: | Line 168: | ||
* Update SIP Database - this updates the structure of Kamailio database for accounting and charts modules | * Update SIP Database - this updates the structure of Kamailio database for accounting and charts modules | ||
* Replace DB Config - this updates Siremis configuration file with the details to access databases | * Replace DB Config - this updates Siremis configuration file with the details to access databases | ||
+ | |||
+ | NOTE: be aware that the check box is on the right of the text describing the option. | ||
{{ http:// | {{ http:// |