个人工具

UbuntuHelp:MythTV/Install/Server/Backend

来自Ubuntu中文

跳转至: 导航, 搜索

<<Include(MythTV/Setup_Guide_Sources)>>

Install MythTV Backend

The majority of the rest of the work should be handled by Ubuntu packaging. The backend will need to have mysql-server installed as well as mythtv-backend. Mythtv-backend doesn't depend on mysql-server since the mysql server can be located elsewhere on your network. Also, if this is a secondary backend, don't install mythtv-database or mysql-server. Just configure this backend to connect to the master backend instead.

  1. Install mysql and backend software
sudo apt-get install mysql-server mythtv-backend mythtv-database
  1. Behind the scenes, a mythtv user will be created in PAM as well as mysql. The database will be installed into mysql and the initial configuration performed. A mythtv group will also be created. Any user that will be configuring mythtv or running mythtv needs to be placed in this group.
  • You will be asked for the password to the root account of mysql. By default, there is no password.
  1. <<Include(MythTV/Install/mythtv-group)>>
  2. <<Include(MythTV/Install/logout)>>
  3. <<Include(MythTV/Install/Server/mysql)>>
  4. <<Include(MythTV/Install/Server/Backend/run-mythtv-setup)>>
  5. <<Include(MythTV/Install/fill-database)>>
  6. <<Include(MythTV/Install/start-backend)>>