Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2014 17:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/e1112682cfdd8084d001 to your computer and use it in GitHub Desktop.
installation steps for mythweb that produces non functional mythweb
After getting mythtv working .. here are the step i took to install mythweb
sudo su
yum -y install mythweb
cd /var/www/html
cp -R /usr/share/mythweb/* .
chgrp -R apache /var/www/html/data
chmod g+rw /var/www/html/data
cp mythweb.conf.apache /etc/httpd/conf.d/mythweb.conf
systemctl restart httpd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment