简体   繁体   English

安装wordpress以在xampp Lion OS X上运行

[英]Installing wordpress to run on xampp Lion OS X

I am having some trouble installing wordpress on my mac. 我在我的mac上安装wordpress时遇到了一些麻烦。 It is the first time I have ever used xampp and I have been following the guides but seem to have gone wrong and cannot find a solution through google. 这是我第一次使用xampp并且我一直在关注指南,但似乎出了问题,无法通过谷歌找到解决方案。 I downloaded xampp, installed it, enabled apache, mysql but not ftp... I get the error: 我下载xampp,安装它,启用apache,mysql但不是ftp ...我收到错误:

 - error: no valid servers configured
 - Fatal: error processing configuration file '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'

I tried just carrying on as I wasn't sure if this was an issue. 我试着继续,因为我不确定这是不是一个问题。 I downloaded wordpress copied it into the htdocs in the xampp directory, renamed the config file from the example name and got the unique keys and salts from the api url then replacing the keys in the config. 我下载wordpress将其复制到xampp目录中的htdocs中,从示例名称重命名配置文件,并从api url获取唯一键和salt,然后替换配置中的键。

I then was told to go to localhost where i should have a directory view of the htpdocs folder. 然后我被告知要去localhost我应该有htpdocs文件夹的目录视图。 Ijust get the xampp homescreen.... hope someone can help me!? 我得到xampp主屏幕....希望有人可以帮助我!?

If you want to install Wordpress then you can try using AMPPS for Mac, you can install Wordpress very easily on a single click and also get immediate updates, it also provides 230+ scripts with it. 如果您想安装Wordpress,那么您可以尝试使用AMPPS for Mac,只需单击即可轻松安装Wordpress并立即获得更新,它还提供230多个脚本。 I started using AMPPS for my Mac 10.7.1 some days back and I didn't faced any problem till now as it has a very friendly GUI. 几天前我开始在我的Mac 10.7.1上使用AMPPS,直到现在我还没有遇到任何问题,因为它有一个非常友好的GUI。 You can just give it a try. 你可以尝试一下。

You probably don't need FTP while working locally. 在本地工作时,您可能不需要FTP。 So I wouldn't worry too much about the error there. 所以我不会太担心那里的错误。

Once you have xampp homescreen, that means that you're set up - any websites / applications you write should go inside httpdocs/ folder; 一旦你有xampp主屏幕,这意味着你已经设置 - 你编写的任何网站/应用程序都应该进入httpdocs /文件夹; so you end up with 所以你最终得到了

httpdocs/. 的httpdocs /。 httpdocs/Wordpress 的httpdocs / WordPress的

If you go to http://localhost/Wordpress/ you should see the Wordpress installation screen. 如果你去http:// localhost / Wordpress /,你应该看到Wordpress安装屏幕。

That should be enough to get you started :) 这应该足以让你开始:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM