[mythtv-users] Mythweb 0.24 data directory in git?

Neil Salstrom salstrom at gmail.com
Wed Aug 3 05:16:47 UTC 2011


On Tue, Aug 2, 2011 at 5:50 PM, James Pifer <jep at obrien-pifer.com> wrote:
>
> Can you give a little more details here? I've installed from the packman
> repo on opensuse 11.3. It added a conf in /etc/apache2/conf.d, but
> otherwise doesn't function.
>
> What directory did you create and what permissions?
>
> I tried creating /srv/www/htdocs/mythweb and restarting apache2. Still
> doesn't work.
>
> Thanks,
> James
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

I installed mythweb form source (git, 0.24-fixes) and found the
mythweb/data folder was missing.  I placed mythweb in /var/www/mythweb
then created /var/www/mythweb/data, /var/www/mythweb/data/cache and
/var/www/mythweb/data/tv_icons (I'm not sure if these last two were
needed or not).

I then changed the owner and permissions of the data directory.  For
Debian the apache2 user is www-data.

chgrp -R www-data /var/www/mythweb/data
chmod g+rw /var/www/mythweb/data

To get videos working in mythweb I made a simlink from
mythweb/data/video to the drive holding my video files.


More information about the mythtv-users mailing list