个人工具

“UbuntuHelp:MythTV/Install/Server/Backend”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/MythTV/Install/Server/Backend}}
 
{{From|https://help.ubuntu.com/community/MythTV/Install/Server/Backend}}
 
{{Languages|UbuntuHelp:MythTV/Install/Server/Backend}}
 
{{Languages|UbuntuHelp:MythTV/Install/Server/Backend}}
[[Include(MythTV/Setup_Guide_Sources)]]
+
<<Include(MythTV/Setup_Guide_Sources)>>
=== Install [[UbuntuHelp:MythTV|MythTV]] Backend ===
+
=== Install MythTV Backend ===
 
The majority of the rest of the work should be handled by Ubuntu packaging.
 
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.
 
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.
第13行: 第13行:
  
 
* You will be asked for the password to the root account of mysql.  By default, there is no password.
 
* You will be asked for the password to the root account of mysql.  By default, there is no password.
<ol><li>[[Include(MythTV/Install/mythtv-group)]]
+
<ol><li><<Include(MythTV/Install/mythtv-group)>>
</li><li>[[Include(MythTV/Install/logout)]]
+
</li><li><<Include(MythTV/Install/logout)>>
</li><li>[[Include(MythTV/Install/Server/mysql)]]
+
</li><li><<Include(MythTV/Install/Server/mysql)>>
</li><li>[[Include(MythTV/Install/Server/Backend/run-mythtv-setup)]]
+
</li><li><<Include(MythTV/Install/Server/Backend/run-mythtv-setup)>>
</li><li>[[Include(MythTV/Install/fill-database)]]
+
</li><li><<Include(MythTV/Install/fill-database)>>
</li><li>[[Include(MythTV/Install/start-backend)]]</li></ol>
+
</li><li><<Include(MythTV/Install/start-backend)>></li></ol>
  
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月20日 (一) 00:00的最新版本

<<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)>>