个人工具

UbuntuHelp:MythTV/Install/WhatNext/Edgy/Backend/mythweb bug

来自Ubuntu中文

跳转至: 导航, 搜索

Once mythweb is installed, you unfortunately have three more steps to configuring it. 1) Look at your /etc/mythtv/mysql.txt. Take note of the information listed in it. You will have to update the username and password in /etc/mythtv/mythweb-htaccess.conf.

sudo nano /etc/mythtv/mythweb-htaccess.conf

2) Edit /etc/group. You will have to add www-data to the mythtv group.

sudo nano /etc/group

3) The ownership isn't properly set on /usr/share/mythtv/mythweb/data and mythweb-htaccess.conf. Set them correctly by

sudo chown www-data /usr/share/mythtv/mythweb/data/
sudo chown mythtv.www-data /etc/mythtv/mythweb-htaccess.conf

Unfortunately, these bugs crept up right at release time and weren't included. They will be fixed in a later release, however. You should now be able to access the mythweb interface at: http://localhost/mythweb/ (Replace localhost with the host name or IP of your server to access remotely.)