特殊:Badtitle/NS100:MythTV/Install/Server/Backend

来自Ubuntu中文
Wikibot留言 | 贡献2007年12月6日 (四) 15:34的版本
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :MythTV/Install/Server/Backend/zh | | {{#ifexist: MythTV/Install/Server/Backend/zh | | {{#ifeq: {{#titleparts:MythTV/Install/Server/Backend|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:MythTV/Install/Server/Backend|1|-1|}} | zh | | }}

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)