Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 881 Bytes

install.md

File metadata and controls

37 lines (31 loc) · 881 Bytes

Installation

Requirements

  • MythTV http://www.mythtv.org/
  • Apache, PHP and MySQL (they should already be installed with mythtv). Debian packages:
    • apache2
    • libapache2-mod-php5
    • php5
    • php5-mysql
    • php5-curl
    • php5-cli
    • php5-json

.tar.bz2 packages

cd /var/www
tar -xjf mcc.tar.bz2
  • Run installation as root:
/var/www/mcc/extra/install.sh
  • Open url 'http://<your systems ip>/mcc'
  • Enter database configuration data when prompted
  • Run installation as root second time:
/var/www/mcc/extra/install.sh
  • Enter mythbackend configuration data when prompted

First login

Login as 'Admin' with PIN '0000'. Create users, assign roles! And change admin PIN! And do not forget to create record templates (admin menu).