跳至主要内容

如何在DreamHost上安裝WordPress MU"

 原文:Installing WordPress MU on a Dreamhost Server
  这是一篇译文,就本人的英语水平只能做到译其意,并不能原文照搬,见谅。
  DreamHost 是比较著名的虚拟主机提供商,相对它所提供的超大空间、流量以及其他一些特性(单键安装站点程序、支持Ruby on Rails、SSH链接、Jabber服务、无限的MySQL数据库),价格上应该算是很便宜的一家(特别是使用优惠代码,有兴趣可以使用本站提供的优惠代码"KDOLPHIN")。
  基于DH的单键安装特性,用户可以很容易的Install/Upgrade WordPress。但当你试图安装WordPress MU这个多用户版本的WordPress时,很不幸DH默认情况下并不支持WP MU的子域模式。
  以下内容认为你已经比较熟悉DH的Web面板和SSH操作。
  首先,访问DH的"Domains"面板,选择"Manage Domains",添加一个子域"test.site.com",子域属性里选上"PHP5″和"Extra Web Security"。域名生效需要10分钟或者更久,我们暂时把它放在一边。
  接下来创建数据库。在"goodies"项目中选择"Manage MySql",创建一个新数据库,让它和你的新域名"test.site.com"相关联,记下数据库名、用户名、密码,接下来会用到。
  通过SSH登陆到你的站点上,Windows下可以使用putty这个客户端。登陆完毕后,键入"cd test.site.com"。
  正常情况下你现在已经处于"test.site.com"这个目录下了,接着键入以下命令:

wget mu.wordpress.org/latest.tar.gz
gunzip latest.tar.gz
tar -xvf latest.tar
cd wordpressmu-1.0(如果版本有所改变,你可以通过ls -al命令查看正确的目录)
cp -rf * /home/YOURUSERNAME/test.site.com/
cd ..
rm -rf wordpressmu-1.0/

  这个时候你的"test.site.com"子域应该已经能被访问了,在你的浏览器中访问"test.site.com"。

  很抱歉,接下去的部分我不想翻译了。基本上这是一篇扯淡的文章,后面的部分并没有什么操作难度,在WP MU的安装界面上你仍然只能选择"subfolders"模式,而不能使用"subdomains"模式,因为DH暂时不支持这么干。作者说他已经写信给DH希望支持orz。仍然贴上此文只是想让各位了解SSH这样远程登录的特性对于建站是如此的方便,同时打那么多字删掉总有点可惜了。

评论

此博客中的热门博文

How to Design a Store Front Sign

In this Article we will talk about designing a store front for a business. What color or size should your Letters & designs be? What to put on your sign and why?, then be ready to Get in touch with sign people and get your best deal. Large lettering with out a front sign could save you time and money Do your products have a special shape or color to emulate on your sign? Kodak is always in yellow and black, Coca-Cola white on red, Etc. Muffler places, have a sign in the shape of a muffler. your phone number on the store front some place, but not on the identification sign, (door, or window) Your Product & logos can be arranged on the front sign, or window. Not on the Pole sign, Store hours & phone number could fit in your design and by using the product color, it could add product recognition & enhance your design. Suppliers may provide plenty of advert

music forum (zt)

24. moonlight - ≡ Sound Of Nature ≡ -     15. Tone Quebec Network 17.Ukoo http://www.hispeed.com.cn/Forum/LoadForum.asp?Foru m / a> http://bbs.dd81.com/index.php 30. Jazz pawnshop http://www.sogua.com/ 6. Lyrics 吾爱 http://www.inkui.com Reading of the singer in mind 2. Hyun tone http://d.sogou.com/ http://www.beihai365.com/bbs/forumdisplay.php?f/a> 20. Left Bank • Teana http://bbs.flamesky.com/ 8. Sogou sogou- 25.U Shadow 吾爱 sound waves 4. Need 14.HDCD http://www.commus.com/ 29, Buddhist music, do not know the name of the http://www.itpub.net/forum79.html http://bbs.kugoo.com/index.asp http://bbs.uying.com/176/Index.aspx http://board.verycd.com/ http://board.verycd.com/f8.html 13.MP3 barrage http://bbs.51lrc.com/index.asp?board/a> A pleasant song - "Dancing circulation" 19.Verycd of http://bbs.breezecn.com/ http://www.mp4cn.com/2008/index.html Sound of Music Forum, http://www.jazzsky.com/lb/cgi-bin/leobbs.cgi http://www.luopo.co

找到一个可以替代ghs.google.com的地址

用Goole Blogger的自定义域名功能需要用到 ghs.google.com 做CNAME,或者用ping ghs.google.com 得出的IP做一个A记录.但是,伟大的GFW已经把 ghs.google.com 和部分IP屏蔽在大陆之外.这样的壮举使得我们的自定义域名不能正常访问,或者让你的网页背景.图片被滤掉,精心做成的模板变得惨白不堪. 那么,我们可不可以找一个替代 ghs.google.com 的地址呢?当然能.因为Google是强大的.它有许多有用的IP地址让你去探寻. 对 ghs.google.com 分析研究后发现, ghs.google.com 这台服务器并没有提供实质性的服务,而只是选择访问者访问最快的服务器(Google全球性公司,很多地区都有服务器).我们只要找到其他服务器的IP地址,并且这个IP地址没被屏蔽,那么就成了. 寻找这样的IP地址需要用到tracert命令.即在CMD模式下输入:tracert ghs.google.com ,在已经屏蔽的当下,最后自然得不出结果,这就需要我们使用代理了.使用不同地区的代理运行tracert ghs.google.com 命令. tracert ghs.google.com 的最后一跳会有类似这样的域名: eh-in-f121.google.com 如果在不用代理的情况下,你能ping通这个域名,那么恭喜你,你找到了!现在就可以用这个域名代替 ghs.google.com 设置你的CNAME了,ping出的IP地址可以做A记录,CNAME和A记录,只做其中之一就可以. hs-in-f121.google.com 64.233.179.121 eh-in-f121.google.com 72.14.207.121 bx-in-f121.google.com 66.249.81.121 ik-in-f121.google.com 66.249.91.121 这4个在我所在地区不能使用,而可以使用 tw-in-f121.google.com 72.14.235.121 或者209.85.171.121也可用 下面是一些不断更新的:74.125.43.121 除了使用代理来寻找,也可以通过一些网站提供的功能来寻找这个地址,很方便,就是使用网站提供的Traceroute.这些网站有: h