Line 84:
Line 84:
and follow the instructions to set up your environment for the backend.
and follow the instructions to set up your environment for the backend.
−
===Startup mythtv===
+
====Startup mythtv====
* modprobe ivtv (check 'dmesg' for any errors. See [[MythTV-ivtv|this]] example of a correctly loaded PVR-350)
* modprobe ivtv (check 'dmesg' for any errors. See [[MythTV-ivtv|this]] example of a correctly loaded PVR-350)
* 'mythbackend -d' on the console will start mythbackend as a deamon
* 'mythbackend -d' on the console will start mythbackend as a deamon
* Make it all automagically at boot time
* Make it all automagically at boot time
* Make tv listings (mythfilldatabase) automagically
* Make tv listings (mythfilldatabase) automagically
+
+
===Installing Mythweb in an Ibay===
+
* Create an Ibay (e.g. 'tvoverview', own admin, read everyone, enable html, access localnetwork without pass)
+
+
* Create custom template
+
# mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
+
# cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
+
# pico 99mythweb
+
and paste following code into the template:
+
<Directory /home/e-smith/files/ibays/mythweb/html>
+
php_admin_flag allow_url_fopen on
+
</Directory>
+
+
* Allow .htaccess
+
# /sbin/e-smith/db accounts setprop '''tvoverview''' AllowOverride All
+
# /sbin/e-smith/signal-event ibay-modify '''tvoverview'''
+
+
*edit the mythweb .htaccess file and add
+
Options FollowSymlinks
+
and adjust the below variables to the right values valid for your mysql setup:
+
setenv db_server "127.0.0.1"
+
setenv db_name "mythconverg"
+
setenv db_login "mythtv"
+
setenv db_password "mythtv"
+
+
Towards the bottom of the file where it says "RewriteEngine on". Whilst in this file '''uncomment''' the line and make it look like:
+
RewriteBase /mythweb
+
===Known problems===
===Known problems===