Next Previous Contents

12. MythWeb.

MythWeb allows you to use a web page to control various aspects of your MythTV system. MythWeb is a separate application, but it's dependent on MythTV being installed and operational.

12.1 Installation and prerequisites.

Download mythweb from http://www.mythtv.org/ and save it to a location where you can find it. The next step depends on whether your distribution has a web server and if you have php support.

Mandrake 9.0

Mandrake 9.0 has apache and php pre-packaged, so installation is quite simple. Once you have installed the two programs, either with the graphical installer (see instructions in Graphic Install Tools) or through the command line (section Command Line), and you've ensured that the apache server will start at boot using the Mandrake Control Center.

NOTE: Mandrake 9.1 users, perform the following:

# urpmi apache apache2-mod_php php-mysql
# chkconfig --level 345 httpd on
# /etc/rc.d/init.d/httpd restart

12.2 Completing the installation.

$ tar -xjf mythweb-0.10.tar.bz2
$ cd mythweb-0.10
$ su
# mkdir /var/www/html/mythweb
# cp -r . /var/www/html/mythweb
# exit
$ 
To access the web page, open a web browser and use http://[name or ip address]/mythweb/

NOTE: Make sure that you have a trailing slash on the URL, otherwise you will get a 404 Page not Found error.


Next Previous Contents