特殊:Badtitle/NS100:Ampache/zh:修订间差异
新页面: {{Translation}} {{From|https://help.ubuntu.com/community/ampache}} {{Translator|冯超}} {{Languages|UbuntuHelp:ampache}} == Introduction == This document is to introduce Ampache and the ... |
|||
(未显示1个用户的16个中间版本) | |||
第3行: | 第3行: | ||
{{Translator|冯超}} | {{Translator|冯超}} | ||
{{Languages|UbuntuHelp:ampache}} | {{Languages|UbuntuHelp:ampache}} | ||
== | == 介绍 == | ||
本文是介绍 Ampache 和 Ubuntu 社区的 [[UbuntuHelp:AmpachePackage|AmpachePackage]] 项目. | |||
== AMPACHE == | == AMPACHE == | ||
Ampache | Ampache 是一个基于 Web 的音频文件管理器。它是用 MySQL 和 PHP 技术来实现的。 它允许你在网络上直接浏览、编辑并播放你的音频文件。它还支持播放列表、艺术家和唱片集、唱片分类、随机播放、回放。 Http/On the Fly Transcoding and Downsampling, Vote based playback, Mpd 和 Icecast, 集成 Flash Player, 同样支持用户主题和歌曲播放跟踪。你可以使用 XML-RPC 把 Ampache 服务连接在一起。 Ampache 支持 GETTEXT 翻译功能,它支持许多语言。 | ||
'''Ampache | '''Ampache 资源''' | ||
* [http://ampache.org/demo/login.php | * [http://ampache.org/demo/login.php 演示] | ||
* [http://ampache.org/download.php | * [http://ampache.org/download.php 下载] | ||
* [http://trac.ampache.org/wiki Wiki] | * [http://trac.ampache.org/wiki Wiki] | ||
* [http://trac.ampache.org/report/1 Bugs] | * [http://trac.ampache.org/report/1 Bugs] | ||
* [http://ampache.org/forums | * [http://ampache.org/forums 论坛] | ||
'''Ampache | '''Ampache 首席开发者''' Karl Vollmer, vollmer AT ampache DOT org | ||
== | |||
Ampache-3.3.3.5-dfsg1-1 | == Ampache 安装说明(首次安装) == | ||
Ampache-3.4.1 | Ubuntu Hardy 版本已经包含 Ampache-3.3.3.5-dfsg1-1 安装包,你也可以从这里下载: [http://packages.ubuntu.com/hardy/web/ampache download]。 | ||
Ubuntu Intrepid 版本也包含了 Ampache-3.4.1 安装包,你也可以从这里下载: [http://packages.ubuntu.com/intrepid/ampache download]. | |||
由于 Debian 停止发布新版,Ampache-3.4.3-1 没有 Lenny 版本下的合适版本. However a Feature Freeze Exception was granted for Ampache-3.4.3-0ubuntu1 to be included into Intrepid. | |||
Due to a lintian error, Ampache-3.4.3-0ubuntu1 now depends on libjs-prototype. libjs-prototype is only available in Intrepid and Lenny. Currently libjs-prototype is not in the Hardy archive unless it is backported. So what this means is that Ampache-3.4.3-0ubuntu1 will not install on Hardy or Etch due to Unmet Dependencies. | Due to a lintian error, Ampache-3.4.3-0ubuntu1 now depends on libjs-prototype. libjs-prototype is only available in Intrepid and Lenny. Currently libjs-prototype is not in the Hardy archive unless it is backported. So what this means is that Ampache-3.4.3-0ubuntu1 will not install on Hardy or Etch due to Unmet Dependencies. | ||
The maintainer has been kind enough to make a version of Ampache-3.4.3-0ubuntu1 for Hardy and Etch. These are not official packages so please do not file bug reports against them, contact me directly. | The maintainer has been kind enough to make a version of Ampache-3.4.3-0ubuntu1 for Hardy and Etch. These are not official packages so please do not file bug reports against them, contact me directly. | ||
你可以在[https://edge.launchpad.net/~cjsmo/+archive here]找到Hardy/Etch版本的Ampache-3.4.3-0ubuntu1 | |||
There is also the [http://packages.ubuntu.com/hardy/web/ampache-themes Ampache-Themes-3.3.3.5a-1] themes package available in the Hardy archives. Sorry, for those folks using Ampache-3.4 additional themes are not yet available due to the fact that Ampache-3.4 is still in development. | There is also the [http://packages.ubuntu.com/hardy/web/ampache-themes Ampache-Themes-3.3.3.5a-1] themes package available in the Hardy archives. Sorry, for those folks using Ampache-3.4 additional themes are not yet available due to the fact that Ampache-3.4 is still in development. | ||
现在打开一个终端窗口 | |||
<pre><nowiki> | <pre><nowiki> | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install ampache mysql-server-5.0 phpmyadmin | sudo apt-get install ampache mysql-server-5.0 phpmyadmin | ||
</nowiki></pre> | </nowiki></pre> | ||
创建一个 mysql 用户帐户,并赋予它 root 权限 | |||
== | 在浏览器的地址栏输入 http://localhost/ampache 或http://your.ip.address/ampache,执行后续安装步骤。 | ||
这里有个非常棒的安装向导 [http://trac.ampache.org/wiki Wiki] 或者[http://vollmer.kicks-ass.net Ampache For Debian And Ubuntu]. | |||
== Ampache 安装说明 (更新安装)== | |||
用以下这些命令可以让你容易得执行更新安装。 | |||
在现有的安装系统上执行: | |||
<pre><nowiki> | <pre><nowiki> | ||
sudo apt-get install apache2-mpm-prefork, mysql-server, php5, php5-gd | sudo apt-get install apache2-mpm-prefork, mysql-server, php5, php5-gd | ||
</nowiki></pre> | </nowiki></pre> | ||
注意: phpmyadmin 可以在 mysql 服务器上,创建一个有 root 权限的用户帐号。If starting from scratch, install the Ubuntu-server cd | |||
然后,打开一个终端窗口,输入以下命令: | |||
# cd /tmp | |||
# wget <a href="http://www.ampache.org/downloads/current.tar.gz">http://www.ampache.org/downloads/current.tar.gz</a> | |||
# tar -xzvf current.tar.gz | |||
# mv ampache-??? /usr/share/ | |||
# cd /usr/share | |||
# mv ampache-??? ampache | |||
# chown -R www-data:www-data ampache | |||
# nano /etc/apache2/conf.d/ampache<br>type into nano<br>Alias /ampache /usr/share/ampache<br><directory /><br> DirectoryIndex index.php<br> Options Indexes MultiViews<br> AllowOverride None<br> Order allow,deny<br> Allow from all<br></directory><br> | |||
# ctrl o to save | |||
# ctrl x to exit nano | |||
# /etc/init.d/apache2 restart<br>Stop here if you plan on using phpmyadmin to setup mysql user account with root priv. If not continue<br> | |||
# mysql -u <username> -p | |||
# mysql: create database ampache; | |||
# mysql: \q | |||
# mysql -u <username> -p ampache < sql/ampache.sql | |||
# cp config/ampache.cfg.php.dist config/ampache.cfg.php | |||
# nano config/ampache.cfg.php<br>type into nano<br>local_host = localhost<br>local_db = ampache<br>local_pass = <password><br>local_user = <username><br> | |||
# ctrl o to save | |||
# ctrl x to exit nano | |||
Then point your web browser to http://your.domain/ampache and this will bring you to the Ampache install page and just follow the instructions. | |||
== AmpachePackaging 项目 == | |||
AmpachePackaging 项目已经完成。 | |||
== AmpachePackaging | |||
Charlie Smotherman [email protected] | Charlie Smotherman [email protected] | ||
---- | ---- |
2010年1月4日 (一) 22:19的最新版本
文章出处: |
{{#if: | {{{2}}} | https://help.ubuntu.com/community/ampache }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/af | • {{#if: UbuntuHelp:ampache|Afrikaans| [[::Ampache/zh/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ar | • {{#if: UbuntuHelp:ampache|العربية| [[::Ampache/zh/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/az | • {{#if: UbuntuHelp:ampache|azərbaycanca| [[::Ampache/zh/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/bcc | • {{#if: UbuntuHelp:ampache|جهلسری بلوچی| [[::Ampache/zh/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/bg | • {{#if: UbuntuHelp:ampache|български| [[::Ampache/zh/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/br | • {{#if: UbuntuHelp:ampache|brezhoneg| [[::Ampache/zh/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ca | • {{#if: UbuntuHelp:ampache|català| [[::Ampache/zh/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/cs | • {{#if: UbuntuHelp:ampache|čeština| [[::Ampache/zh/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/de | • {{#if: UbuntuHelp:ampache|Deutsch| [[::Ampache/zh/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/el | • {{#if: UbuntuHelp:ampache|Ελληνικά| [[::Ampache/zh/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/es | • {{#if: UbuntuHelp:ampache|español| [[::Ampache/zh/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/fa | • {{#if: UbuntuHelp:ampache|فارسی| [[::Ampache/zh/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/fi | • {{#if: UbuntuHelp:ampache|suomi| [[::Ampache/zh/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/fr | • {{#if: UbuntuHelp:ampache|français| [[::Ampache/zh/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/gu | • {{#if: UbuntuHelp:ampache|ગુજરાતી| [[::Ampache/zh/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/he | • {{#if: UbuntuHelp:ampache|עברית| [[::Ampache/zh/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/hu | • {{#if: UbuntuHelp:ampache|magyar| [[::Ampache/zh/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/id | • {{#if: UbuntuHelp:ampache|Bahasa Indonesia| [[::Ampache/zh/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/it | • {{#if: UbuntuHelp:ampache|italiano| [[::Ampache/zh/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ja | • {{#if: UbuntuHelp:ampache|日本語| [[::Ampache/zh/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ko | • {{#if: UbuntuHelp:ampache|한국어| [[::Ampache/zh/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ksh | • {{#if: UbuntuHelp:ampache|Ripoarisch| [[::Ampache/zh/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/mr | • {{#if: UbuntuHelp:ampache|मराठी| [[::Ampache/zh/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ms | • {{#if: UbuntuHelp:ampache|Bahasa Melayu| [[::Ampache/zh/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/nl | • {{#if: UbuntuHelp:ampache|Nederlands| [[::Ampache/zh/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/no | • {{#if: UbuntuHelp:ampache|norsk| [[::Ampache/zh/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/oc | • {{#if: UbuntuHelp:ampache|occitan| [[::Ampache/zh/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/pl | • {{#if: UbuntuHelp:ampache|polski| [[::Ampache/zh/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/pt | • {{#if: UbuntuHelp:ampache|português| [[::Ampache/zh/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ro | • {{#if: UbuntuHelp:ampache|română| [[::Ampache/zh/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/ru | • {{#if: UbuntuHelp:ampache|русский| [[::Ampache/zh/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/si | • {{#if: UbuntuHelp:ampache|සිංහල| [[::Ampache/zh/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/sq | • {{#if: UbuntuHelp:ampache|shqip| [[::Ampache/zh/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/sr | • {{#if: UbuntuHelp:ampache|српски / srpski| [[::Ampache/zh/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/sv | • {{#if: UbuntuHelp:ampache|svenska| [[::Ampache/zh/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/th | • {{#if: UbuntuHelp:ampache|ไทย| [[::Ampache/zh/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/tr | • {{#if: UbuntuHelp:ampache|Türkçe| [[::Ampache/zh/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/vi | • {{#if: UbuntuHelp:ampache|Tiếng Việt| [[::Ampache/zh/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/yue | • {{#if: UbuntuHelp:ampache|粵語| [[::Ampache/zh/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/zh | • {{#if: UbuntuHelp:ampache|中文| [[::Ampache/zh/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/zh-hans | • {{#if: UbuntuHelp:ampache|中文(简体)| [[::Ampache/zh/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:ampache | UbuntuHelp:ampache | {{#if: | :}}Ampache/zh}}/zh-hant | • {{#if: UbuntuHelp:ampache|中文(繁體)| [[::Ampache/zh/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:ampache|:Ampache/zh|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :Ampache/zh/zh | | {{#ifexist: Ampache/zh/zh | | {{#ifeq: {{#titleparts:Ampache/zh|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Ampache/zh|1|-1|}} | zh | | }}
介绍
本文是介绍 Ampache 和 Ubuntu 社区的 AmpachePackage 项目.
AMPACHE
Ampache 是一个基于 Web 的音频文件管理器。它是用 MySQL 和 PHP 技术来实现的。 它允许你在网络上直接浏览、编辑并播放你的音频文件。它还支持播放列表、艺术家和唱片集、唱片分类、随机播放、回放。 Http/On the Fly Transcoding and Downsampling, Vote based playback, Mpd 和 Icecast, 集成 Flash Player, 同样支持用户主题和歌曲播放跟踪。你可以使用 XML-RPC 把 Ampache 服务连接在一起。 Ampache 支持 GETTEXT 翻译功能,它支持许多语言。 Ampache 资源
Ampache 首席开发者 Karl Vollmer, vollmer AT ampache DOT org
Ampache 安装说明(首次安装)
Ubuntu Hardy 版本已经包含 Ampache-3.3.3.5-dfsg1-1 安装包,你也可以从这里下载: download。
Ubuntu Intrepid 版本也包含了 Ampache-3.4.1 安装包,你也可以从这里下载: download.
由于 Debian 停止发布新版,Ampache-3.4.3-1 没有 Lenny 版本下的合适版本. However a Feature Freeze Exception was granted for Ampache-3.4.3-0ubuntu1 to be included into Intrepid.
Due to a lintian error, Ampache-3.4.3-0ubuntu1 now depends on libjs-prototype. libjs-prototype is only available in Intrepid and Lenny. Currently libjs-prototype is not in the Hardy archive unless it is backported. So what this means is that Ampache-3.4.3-0ubuntu1 will not install on Hardy or Etch due to Unmet Dependencies.
The maintainer has been kind enough to make a version of Ampache-3.4.3-0ubuntu1 for Hardy and Etch. These are not official packages so please do not file bug reports against them, contact me directly.
你可以在here找到Hardy/Etch版本的Ampache-3.4.3-0ubuntu1
There is also the Ampache-Themes-3.3.3.5a-1 themes package available in the Hardy archives. Sorry, for those folks using Ampache-3.4 additional themes are not yet available due to the fact that Ampache-3.4 is still in development.
现在打开一个终端窗口
sudo apt-get update sudo apt-get install ampache mysql-server-5.0 phpmyadmin
创建一个 mysql 用户帐户,并赋予它 root 权限
在浏览器的地址栏输入 http://localhost/ampache 或http://your.ip.address/ampache,执行后续安装步骤。
这里有个非常棒的安装向导 Wiki 或者Ampache For Debian And Ubuntu.
Ampache 安装说明 (更新安装)
用以下这些命令可以让你容易得执行更新安装。 在现有的安装系统上执行:
sudo apt-get install apache2-mpm-prefork, mysql-server, php5, php5-gd
注意: phpmyadmin 可以在 mysql 服务器上,创建一个有 root 权限的用户帐号。If starting from scratch, install the Ubuntu-server cd 然后,打开一个终端窗口,输入以下命令:
- cd /tmp
- wget <a href="http://www.ampache.org/downloads/current.tar.gz">http://www.ampache.org/downloads/current.tar.gz</a>
- tar -xzvf current.tar.gz
- mv ampache-??? /usr/share/
- cd /usr/share
- mv ampache-??? ampache
- chown -R www-data:www-data ampache
- nano /etc/apache2/conf.d/ampache
type into nano
Alias /ampache /usr/share/ampache
<directory />
DirectoryIndex index.php
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</directory> - ctrl o to save
- ctrl x to exit nano
- /etc/init.d/apache2 restart
Stop here if you plan on using phpmyadmin to setup mysql user account with root priv. If not continue - mysql -u <username> -p
- mysql: create database ampache;
- mysql: \q
- mysql -u <username> -p ampache < sql/ampache.sql
- cp config/ampache.cfg.php.dist config/ampache.cfg.php
- nano config/ampache.cfg.php
type into nano
local_host = localhost
local_db = ampache
local_pass = <password>
local_user = <username> - ctrl o to save
- ctrl x to exit nano
Then point your web browser to http://your.domain/ampache and this will bring you to the Ampache install page and just follow the instructions.
AmpachePackaging 项目
AmpachePackaging 项目已经完成。 Charlie Smotherman [email protected]