siremis:install44x:main

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
siremis:install44x:main [2017/05/18 15:20] – created adminsiremis:install44x:main [2017/08/16 08:34] (current) – [Security Considerations] admin
Line 29: Line 29:
  
 <code> <code>
-apt-get install php php-mysql php-gd php-curl php-xml+apt-get install php php-mysql php-gd php-curl php-xml libapache2-mod-php
 </code> </code>
  
-CURL module is needed if you want to use JSONRPC command panel. XML support is included by core PHP5 and it is a separate package in PHP7.+You may need to enable the php7.0 module for apache: 
 + 
 +<code> 
 +a2enmod php7.0 
 +</code> 
 + 
 +CURL module is needed if you want to use JSONRPC command panel. XML support is included by core PHP5 and it is a separate package in PHP7. A reload or restart of apache server might be required.
  
  
Line 189: Line 195:
 When you install Siremis first time, you probably have to select the following options (at the bottom of the web form): 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 'siremis'+  * Create Siremis Database - this creates database 'siremis'
   * Import Default Data - this imports initial data into database 'siremis'   * Import Default Data - this imports initial data into database 'siremis'
   * 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.+**IMPORTANT NOTE: be aware that the check box is on the right of the text describing the option. Unless you do some customization, first time installation requires all the check boxes to be set.**
  
 {{ http://kb.asipto.com/images/siremis-2.0/siremis20-install03.png?700 }} {{ http://kb.asipto.com/images/siremis-2.0/siremis20-install03.png?700 }}
Line 253: Line 259:
   * run it over HTTPS   * run it over HTTPS
   * add extra protection at HTTP server or firewall layers (e.g., HTTP auth, IP restrictions, etc)   * add extra protection at HTTP server or firewall layers (e.g., HTTP auth, IP restrictions, etc)
 +
 +===== SELinux Notes =====
 +
 +You may need to change the context of your web server directory, like:
 +
 +<code>
 +chcon -t httpd_sys_content_t /var/www/html -R
 +</code>
  
 {{tag>siremis kamailio}} {{tag>siremis kamailio}}

100%


Copyright 2010-2020 Asipto.com