{"id":341,"date":"2016-04-03T20:11:42","date_gmt":"2016-04-03T19:11:42","guid":{"rendered":"https:\/\/www.kolkataonweb.com\/code-bank\/?p=341"},"modified":"2016-04-03T20:18:55","modified_gmt":"2016-04-03T19:18:55","slug":"install-phpmumbleadmin","status":"publish","type":"post","link":"https:\/\/www.kolkataonweb.com\/code-bank\/miscellaneous\/install-phpmumbleadmin\/","title":{"rendered":"Install PHPMumbleAdmin"},"content":{"rendered":"<h6>https:\/\/sourceforge.net\/projects\/phpmumbleadmin\/?source=typ_redirect<\/h6>\n<h6>Quick Guide of Requirements<\/h6>\n<p><a href=\"https:\/\/www.kolkataonweb.com\/code-bank\/wp-content\/uploads\/2016\/04\/Mumble-Admin-Panel-Requirements.png\" rel=\"attachment wp-att-344\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-344\" src=\"https:\/\/www.kolkataonweb.com\/code-bank\/wp-content\/uploads\/2016\/04\/Mumble-Admin-Panel-Requirements.png\" alt=\"Mumble Admin Panel Requirements\" width=\"537\" height=\"254\" srcset=\"https:\/\/www.kolkataonweb.com\/code-bank\/wp-content\/uploads\/2016\/04\/Mumble-Admin-Panel-Requirements.png 537w, https:\/\/www.kolkataonweb.com\/code-bank\/wp-content\/uploads\/2016\/04\/Mumble-Admin-Panel-Requirements-300x142.png 300w\" sizes=\"auto, (max-width: 537px) 100vw, 537px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h6>Install <a class=\"external text\" href=\"http:\/\/www.php.net\/\" rel=\"nofollow\">PHP*<\/a> 5.3<\/h6>\n<pre class='wp-code-highlight prettyprint'><code>wget http:\/\/in1.php.net\/distributions\/php-5.3.29.tar.bz2\r\ntar -xvf php-5.3.29.tar.bz2\r\ncd php-5.3.29\r\n.\/configure\r\nmake\r\nmake install\r\n\r\n<strong><em>Notes:<\/em> <\/strong>\r\nAdditional packages might need to be installed\r\napt-get install gcc\r\napt-get install libxml2-dev\r\napt-get install libapache2-mod-php5\r\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h6>Install <a class=\"external text\" href=\"http:\/\/www.zeroc.com\/ice.html\" rel=\"nofollow\">ZeroC ICE (Slice)<\/a><\/h6>\n<p><a href=\"https:\/\/doc.zeroc.com\/display\/Ice36\/Using+the+Linux+Binary+Distributions#UsingtheLinuxBinaryDistributions-DEBPackages\" target=\"_blank\">https:\/\/doc.zeroc.com\/display\/Ice36\/Using+the+Linux+Binary+Distributions#UsingtheLinuxBinaryDistributions-DEBPackages<\/a><\/p>\n<p><em>Though the requirement guide says the max version should be 3.4.x, but 3.6 also works fine.<\/em><\/p>\n<ol>\n<li>apt-get install php5-zeroc-ice<\/li>\n<li>apt-get install php5-zeroc-ice-dev<\/li>\n<li>wget https:\/\/zeroc.com\/download\/GPG-KEY-zeroc-release<\/li>\n<li>apt-key add GPG-KEY-zeroc-release<\/li>\n<li>apt-add-repository &#8220;deb http:\/\/zeroc.com\/download\/apt\/ubuntu14.04 stable main&#8221;<\/li>\n<li>apt-get update<\/li>\n<li>apt-get install php5-zeroc-ice<\/li>\n<li>apt-get install\u00a0 libmcpp0\u00a0 php5-common php5-json<\/li>\n<li>apt-get remove libzeroc-ice3.6\u00a0 \/\/\u00a0 apt-get remove libzeroc-ice<\/li>\n<li>apt-get install zeroc-ice-all-runtime zeroc-ice-all-dev<\/li>\n<li>apt-get install db5.3-util<\/li>\n<li>apt-get source zeroc-ice3.6<\/li>\n<li>apt-get install php5-zeroc-ice<\/li>\n<li>apt-get install php5-zeroc-ice-dev<\/li>\n<li>apt-get install zeroc-ice-slice<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h6>Install DBUS<\/h6>\n<ol>\n<li>wget http:\/\/dbus.freedesktop.org\/releases\/dbus\/dbus-1.2.14.tar.gz<\/li>\n<li>tar -zxf dbus-1.2.14.tar.gz<\/li>\n<li>Add Group if not there:\n<pre class='wp-code-highlight prettyprint'><kbd class=\"command\">groupadd -g 18 messagebus &amp;&amp;\r\nuseradd -c \"D-Bus Message Daemon User\" -d \/var\/run\/dbus \\\r\n        -u 18 -g messagebus -s \/bin\/false messagebus<\/kbd><\/pre>\n<\/li>\n<li>\n<pre class='wp-code-highlight prettyprint'><kbd class=\"command\">.\/configure --prefix=\/usr                  \\\r\n            --sysconfdir=\/etc              \\\r\n            --localstatedir=\/var           \\\r\n            --disable-doxygen-docs         \\\r\n            --disable-xml-docs             \\\r\n            --disable-static               \\\r\n            --disable-systemd              \\\r\n            --without-systemdsystemunitdir \\\r\n            --with-console-auth-dir=\/run\/console\/ \\\r\n            --docdir=\/usr\/share\/doc\/dbus-1.10.8   &amp;&amp;\r\nmake<\/kbd><\/pre>\n<\/li>\n<li>\n<pre class='wp-code-highlight prettyprint'><kbd class=\"command\"><\/kbd><kbd class=\"command\">make install<\/kbd><\/pre>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<pre class='wp-code-highlight prettyprint'><strong>Notes\r\n<\/strong>Additional packages might be needed\r\napt-get install libexpat1-dev<\/pre>\n<p>&nbsp;<\/p>\n<h6>Install PHPMumleAdmin<\/h6>\n<ol>\n<li>wget http:\/\/tenet.dl.sourceforge.net\/project\/phpmumbleadmin\/phpMumbleAdmin-0.4.4.zip<\/li>\n<li>unzip phpMumbleAdmin-0.4.4.zip<\/li>\n<li>Open in browser<\/li>\n<li>Default SuperUser is &#8220;SuperUser&#8221; and the password that was given at the time of setup of Mumble Server.<\/li>\n<\/ol>\n<p><strong>Notes:<\/strong><\/p>\n<p><em>Had to change all folders to 777 (\u00a0find .\/ -type d -exec chmod 777 {} \\; ) as quick fix for folder permissions.<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><strong>To-do:<\/strong><\/p>\n<p><em>Need to cleanup, optimize the installation and set proper folder permissions.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/sourceforge.net\/projects\/phpmumbleadmin\/?source=typ_redirect Quick Guide of Requirements &nbsp; Install PHP* 5.3 wget http:\/\/in1.php.net\/distributions\/php-5.3.29.tar.bz2 tar -xvf php-5.3.29.tar.bz2 cd php-5.3.29 .\/configure make make install Notes: Additional packages might need to be installed apt-get install gcc apt-get install libxml2-dev apt-get install libapache2-mod-php5 &nbsp; Install ZeroC ICE (Slice) https:\/\/doc.zeroc.com\/display\/Ice36\/Using+the+Linux+Binary+Distributions#UsingtheLinuxBinaryDistributions-DEBPackages Though the requirement guide says the max version should be 3.4.x, but&hellip; <a class=\"more-link\" href=\"https:\/\/www.kolkataonweb.com\/code-bank\/miscellaneous\/install-phpmumbleadmin\/\">Continue reading <span class=\"screen-reader-text\">Install PHPMumbleAdmin<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-341","post","type-post","status-publish","format-standard","hentry","category-miscellaneous","entry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/comments?post=341"}],"version-history":[{"count":5,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/341\/revisions"}],"predecessor-version":[{"id":348,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/341\/revisions\/348"}],"wp:attachment":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/media?parent=341"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/categories?post=341"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/tags?post=341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}