reformatting
This commit is contained in:
parent
9893da51b1
commit
0af9a21df3
2 changed files with 10 additions and 8 deletions
|
@ -13,11 +13,13 @@ software.
|
||||||
|
|
||||||
Required are
|
Required are
|
||||||
============
|
============
|
||||||
Webserver like lighttpd
|
* Webserver like
|
||||||
php5
|
* lighttpd
|
||||||
entry in /etc/sudoers:
|
* php5
|
||||||
|
* entry in /etc/sudoers:
|
||||||
www-data ALL=(ALL) NOPASSWD: ALL
|
www-data ALL=(ALL) NOPASSWD: ALL
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
* Please ensure to not put loglevels at 0 in MMDVM.ini.
|
* Please ensure to not put loglevels at 0 in MMDVM.ini.
|
||||||
|
|
|
@ -3,8 +3,8 @@ date_default_timezone_set('UTC');
|
||||||
define("MMDVMLOGPATH", "/mnt/ramdisk/"); // hint: add trailing / !!!
|
define("MMDVMLOGPATH", "/mnt/ramdisk/"); // hint: add trailing / !!!
|
||||||
define("MMDVMLOGPREFIX", "MMDVM");
|
define("MMDVMLOGPREFIX", "MMDVM");
|
||||||
define("MMDVMLOGFILE", MMDVMLOGPATH . MMDVMLOGPREFIX . "-" . date("Y-m-d") . ".log");
|
define("MMDVMLOGFILE", MMDVMLOGPATH . MMDVMLOGPREFIX . "-" . date("Y-m-d") . ".log");
|
||||||
define("MMDVMINIPATH", "/opt/mmdvm/"); // hint: add trailing / !!!
|
define("MMDVMINIPATH", "/etc/mmdvm/"); // hint: add trailing / !!!
|
||||||
define("MMDVMHOSTPATH", "/opt/mmdvm/"); // hint: add trailing / !!!
|
define("MMDVMHOSTPATH", "/usr/local/bin/"); // hint: add trailing / !!!
|
||||||
|
|
||||||
// enter exact path to your log files.
|
// enter exact path to your log files.
|
||||||
// If your Linux is a MARYLAND-DSTAR-Image, this paths would work.
|
// If your Linux is a MARYLAND-DSTAR-Image, this paths would work.
|
||||||
|
@ -12,8 +12,8 @@ define("MMDVMHOSTPATH", "/opt/mmdvm/"); // hint: add trailing / !!!
|
||||||
// Adjust to suit, uncomment correct line, if none of the given distributions fit, customize
|
// Adjust to suit, uncomment correct line, if none of the given distributions fit, customize
|
||||||
// OTHER to suitable paths.
|
// OTHER to suitable paths.
|
||||||
|
|
||||||
define("DISTRIBUTION", "MARYLAND");
|
//define("DISTRIBUTION", "MARYLAND");
|
||||||
//define("DISTRIBUTION", "WESTERN");
|
define("DISTRIBUTION", "WESTERN");
|
||||||
//define("DISTRIBUTION", "DL5DI_DEBIAN");
|
//define("DISTRIBUTION", "DL5DI_DEBIAN");
|
||||||
//define("DISTRIBUTION", "DL5DI_CENTOS");
|
//define("DISTRIBUTION", "DL5DI_CENTOS");
|
||||||
//define("DISTRIBUTION", "OTHER");
|
//define("DISTRIBUTION", "OTHER");
|
||||||
|
|
Loading…
Reference in a new issue