编辑“WordPress:Installing WordPress

跳转至: 导航、​ 搜索
警告:您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您登录创建一个账户,您的编辑将归属于您的用户名,且将享受其他好处。

该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。

最后版本 您的文本
第1行: 第1行:
<span style="border:1px solid #000; text-align:center; float:right; padding:6px;"><strong>导航:</strong> [[WordPress:WordPress文档|上一级]] | [[WordPress]] | {{Template:WordPress导航}}</span>
<div style="clear:both;"></div>
__TOC__
__TOC__


第53行: 第51行:


# 检查一下确保你和你的网络主机拥有[http://wordpress.org/about/requirements/ 运行WordPress的最低的条件].
# 检查一下确保你和你的网络主机拥有[http://wordpress.org/about/requirements/ 运行WordPress的最低的条件].
# [http://wordpress.org/download/ 下载] 最新版本的WordPress.
# [http://wordpress.org/download/ 下载] 最新版本的WordPress.
# 解压下载文件并放到你电脑硬盘的一个文件夹中
# 解压下载文件并放到你电脑硬盘的一个文件夹中
# 打印此页,这样你在安装过程中,随时都可以看到。
# 打印此页,这样你在安装过程中,随时都可以看到。


==著名的5分钟安装 ==
==著名的5分钟安装 ==
第131行: 第134行:
# 当你返回到主要的'''MySQL 帐户维持'''屏面时,[[WordPress:Glossary#cPanel|c面板]]会罗列出关于你刚刚创建的数据库的信息。你应该看看你刚刚添加到数据库上的用户名(在<tt>拥有所有特权的情况下</tt>),你也可以看到一些“连接字符串”,可以在[[WordPress:Glossary#Perl|Perl]]中用到,或者用在[[WordPress:Glossary#PHP|PHP]]脚本中来连接数据库。PHP代码会有以下这些形式:
# 当你返回到主要的'''MySQL 帐户维持'''屏面时,[[WordPress:Glossary#cPanel|c面板]]会罗列出关于你刚刚创建的数据库的信息。你应该看看你刚刚添加到数据库上的用户名(在<tt>拥有所有特权的情况下</tt>),你也可以看到一些“连接字符串”,可以在[[WordPress:Glossary#Perl|Perl]]中用到,或者用在[[WordPress:Glossary#PHP|PHP]]脚本中来连接数据库。PHP代码会有以下这些形式:
$dbh = mysql_连接("''主机名''", "''用户名''", "<这里是密码>") 或者 die ("''消息''");
$dbh = mysql_连接("''主机名''", "''用户名''", "<这里是密码>") 或者 die ("''消息''");


==== 使用 phpMyAdmin ====
==== 使用 phpMyAdmin ====
第161行: 第166行:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5340 to server version: 3.23.54
Your MySQL connection id is 5340 to server version: 3.23.54
 
<pre>
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE databasename;
mysql> CREATE DATABASE databasename;
第169行: 第174行:
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.00 sec)


 
mysql> FLUSH PRIVILEGES;
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.01 sec)
mysql> EXIT
mysql> EXIT
Bye
Bye
第184行: 第191行:


写下你为''数据库名'', ''wordpress用户名'', ''主机名'', 和 ''密码''设定的数值。
写下你为''数据库名'', ''wordpress用户名'', ''主机名'', 和 ''密码''设定的数值。


==== 使用 Plesk ====
==== 使用 Plesk ====
第306行: 第315行:
== 其它语言的安装说明==
== 其它语言的安装说明==


For installation instructions in other languages, see [[WordPress:WordPress in Your Language]].
关于以其它语言安装的说明,请看[[WordPress:WordPress in Your Language|你的语言的WordPress]].
关于以其它语言安装的说明,请看[[WordPress:WordPress in Your Language|你的语言的WordPress]].


== Installing Multiple Blogs ==
==安装多个博客 ==




==安装多个博客 ==
Detailed information about [[WordPress:Installing Multiple Blogs]] is available.
 
提供关于[[WordPress:Installing Multiple Blogs|安装多个博客的详细信息]]
提供关于[[WordPress:Installing Multiple Blogs|安装多个博客的详细信息]]


== Installing WordPress Locally ==
== 本地安装WordPress ==




== 本地安装WordPress ==
If you have a sufficiently powerful home computer and a sufficiently fast broadband connection, you may want to avoid certain hosting charges by using your own computer as a server.  The following tutorials will show you how to setup a server environment and install WordPress on your home computer.


如果你有一个足够强大的家用电脑和一个足够强大的宽带连接,你也许会将你自己的电脑作为一个服务器来避免一定的托管费用。以下的教程会向你展示怎样设置一个服务器环境和怎样在你的家用电脑上安装WordPress.
如果你有一个足够强大的家用电脑和一个足够强大的宽带连接,你也许会将你自己的电脑作为一个服务器来避免一定的托管费用。以下的教程会向你展示怎样设置一个服务器环境和怎样在你的家用电脑上安装WordPress.
* [http://michaeldoig.net/4/installing-mamp-and-wordpress.htm Install WordPress Locally on MacOS X with MAMP (easy)]
* [http://michaeldoig.net/4/installing-mamp-and-wordpress.htm Install WordPress Locally on MacOS X with MAMP (easy)]
* [http://michaeldoig.net/4/installing-mamp-and-wordpress.htm 在 MacOS X上用MAMP (简单)本地安装WordPress]
* [http://maczealots.com/tutorials/wordpress/ Install WordPress Locally on MacOS X (advanced)]
* [http://maczealots.com/tutorials/wordpress/ Install WordPress Locally on MacOS X (advanced)]
* [http://maczealots.com/tutorials/wordpress/  在 MacOS X (高级)上本地安装WordPress]
* [http://www.tamba2.org.uk/wordpress/xampp/ Install WordPress Locally on Windows XP with XAMPP (easy)]
* [http://www.tamba2.org.uk/wordpress/xampp/ Install WordPress Locally on Windows XP with XAMPP (easy)]
* [http://www.tamba2.org.uk/wordpress/xampp/ 在 Windows XP 上用XAMPP (简单)本地安装WordPress]
* [http://wojciechbednarski.com/articles/installing-wordpress-locally-on-gentoo-linux Install WordPress Locally on Gentoo Linux (easy)]
* [http://wojciechbednarski.com/articles/installing-wordpress-locally-on-gentoo-linux Install WordPress Locally on Gentoo Linux (easy)]
* [http://wojciechbednarski.com/articles/installing-wordpress-locally-on-gentoo-linux在Gentoo Linux (简单)上本地安装WordPress]
* [http://sharealike.org/index.php/2007/04/07/multiple-wordpress-blogs-on-a-debian-server/ Install WordPress Locally on Debian Etch using .deb (easiest)]
* [http://sharealike.org/index.php/2007/04/07/multiple-wordpress-blogs-on-a-debian-server/ Install WordPress Locally on Debian Etch using .deb (easiest)]
* [http://sharealike.org/index.php/2007/04/07/multiple-wordpress-blogs-on-a-debian-server/在Debian Etch using .deb (最简单的)上本地安装WordPress]
* [http://www.supriyadisw.net/2006/08/wordpress-on-debian-linux Install WordPress Locally on Debian Linux (easy)]
* [http://www.supriyadisw.net/2006/08/wordpress-on-debian-linux Install WordPress Locally on Debian Linux (easy)]
* [http://www.supriyadisw.net/2006/08/wordpress-on-debian-linux在 Debian Linux (简单)上本地安装WordPress]
* [http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamp Install WordPress Locally on Ubuntu Linux with LAMP (easy)]
* [http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamp Install WordPress Locally on Ubuntu Linux with LAMP (easy)]


* [http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamp 在 Ubuntu Linux 用LAMP (简单)本地安装WordPress]




== Resources ==
== 资源==
== 资源==


第336行: 第377行:


*[http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/ Coevolving Innovations guide for installing on a web host with Fantastico and cPanel] (at Wordpress 2.2.1)
*[http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/ Coevolving Innovations guide for installing on a web host with Fantastico and cPanel] (at Wordpress 2.2.1)
*[http://www.lucidgreen.net/wordpressGuides/everymansWPinstall.pdf Brandan Booth's Everyman的 WordPress 安装指南]
*[http://www.installity.com/wordpress Vladimir Ghetau的 Wordpress 网络安装器]
*[http://coevolving.com/blogs/index.php/archive/installing-and-customizing-wordpress-on-your-own-domain/ Coevolving Innovations guide for installing on a web host 用Fantastico and cPanel在一个网络主机上安装演变创新指南] (at Wordpress 2.2.1)
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅Wordpress-mediawiki:版权的细节)。 未经许可,请勿提交受版权保护的作品!
取消 编辑帮助(在新窗口中打开)

本页使用的模板: