GUI Installation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "*Download the latest GUI tar.gz package from http://www.voipmonitor.org/download-gui?version=latest *Untar to /var/www/ (On debian like systems) or /var/www/html (On redhat li...") |
No edit summary |
||
Line 13: | Line 13: | ||
This file allows disabling some features | 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'); | 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'); |
Revision as of 13:34, 22 May 2013
- Download the latest GUI tar.gz package from http://www.voipmonitor.org/download-gui?version=latest
- Untar to /var/www/ (On debian like systems) or /var/www/html (On redhat like systems)
- Open web browser and point it to voipmonitor http://yourserver/voipmonitor (you can choose whatever directory you want)
- Follow installation steps
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');