个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Backend}} {{Languages|UbuntuHelp:MythTV/Install/Server/Backend}} Include(MythTV/Setup_Guide_Sources) === Install MythTV ...)
 
第4行: 第4行:
 
=== Install 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.
 
+
# Install mysql and backend software
* Install mysql and backend software
+
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install mysql-server mythtv-backend mythtv-database
 
sudo apt-get install mysql-server mythtv-backend mythtv-database
 
</nowiki></pre>
 
</nowiki></pre>
 
+
2. 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.
* 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.
 
+
3. [[Include(MythTV/Install/mythtv-group)]]
** You will be asked for the password to the root account of mysql. By default, there is no password.
+
4. [[Include(MythTV/Install/logout)]]
 
+
5. [[Include(MythTV/Install/Server/mysql)]]
* [[Include(MythTV/Install/mythtv-group)]]
+
6. [[Include(MythTV/Install/Server/Backend/run-mythtv-setup)]]
 
+
7. [[Include(MythTV/Install/fill-database)]]
* [[Include(MythTV/Install/logout)]]
+
8. [[Include(MythTV/Install/start-backend)]]
 
+
* [[Include(MythTV/Install/Server/mysql)]]
+
 
+
* [[Include(MythTV/Install/Server/Backend/run-mythtv-setup)]]
+
 
+
* [[Include(MythTV/Install/fill-database)]]
+
 
+
* [[Include(MythTV/Install/start-backend)]]
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:40的版本

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

2. 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.

3. Include(MythTV/Install/mythtv-group) 4. Include(MythTV/Install/logout) 5. Include(MythTV/Install/Server/mysql) 6. Include(MythTV/Install/Server/Backend/run-mythtv-setup) 7. Include(MythTV/Install/fill-database) 8. Include(MythTV/Install/start-backend)