GUI Installation: Difference between revisions

From VoIPmonitor.org
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
*Open web browser and point it to voipmonitor http://yourserver/voipmonitor (you can choose whatever directory you want) and follow installation steps
*Open web browser and point it to voipmonitor http://yourserver/voipmonitor (you can choose whatever directory you want) and follow installation steps


Note: complete installation [[Content#Installaion]]
Note: you need to install the sniffer too - complete installation [[Content#Installaion]]


= License key =  
= License key =  

Revision as of 21:13, 23 July 2014

Note: you need to install the sniffer too - complete installation Content#Installaion

License key

License key is required and you can download it here http://www.voipmonitor.org/download-gui?version=license The license is located in web root folder in the file key.php

config/system_configuration.php

This file allows disabling some features

define('DISABLE_LIVE_SNIFFER', true); 
define('DISABLE_ISSUE_TRACKER', true); 
define('DISABLE_REGISTER', true); 
define('DISABLE_CDR_SHARE', true); 
define('WIKI_URL', 'http://voipmonitor.org'); 
define('WIKI_URL', false); 
define('APP_WEB', 'http://voipmonitor.org');