在没有控制面板的情况下安装magento
我想在全新安装的 CentOS 5.5 上安装 Magento,无需任何控制面板的帮助。所以,据我所知,我只需要安装 LAMP,对吧?
Apache:
yum install httpd
MySQL:
yum install mysql mysql-server mysql-php
PHP:
yum install php (possibly other modules too that magento might need)
这些是我需要安装的唯一三样东西,对吗?但是,如果我从基础存储库安装,PHP 就会过时,因此我需要安装更新的 PHP,也许还有更新的 MySQL。我在这里缺少什么吗?我不是从命令行配置 MySQL 的专家,那么我应该安装 PHPMyAdmin 吗?谢谢。
I want to install Magento on a fresh install of CentOS 5.5 without any control panel to help. So, AFAIK, I just need to install LAMP, right?
Apache:
yum install httpd
MySQL:
yum install mysql mysql-server mysql-php
PHP:
yum install php (possibly other modules too that magento might need)
Those are the only three things I need to install, right? However, PHP is outdated if I install from the base repo, so I need to install a newer PHP and perhaps newer MySQL. Is there anything I'm missing here? I'm not an expert on configuring MySQL from the command line, so should I install PHPMyAdmin? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有详细的要求:
http://www.magentocommerce.com/system-requirements
一般来说,这些是您需要做的三件事需要。 phpMyAdmin 非常有用,这可能就是它如此受欢迎的原因,因此值得拥有。
还要记住授予 Magento 中的目录写入权限,并为了提高速度将 var/cache/ 挂载为 tmpfs。
There are detailed requirements here:
http://www.magentocommerce.com/system-requirements
In general those are the three things you need. phpMyAdmin is extremely useful, which is probably why it is so popular, so is worth having.
Also remember to give the directories within Magento write permission and for a speed boost mount
var/cache/
as tmpfs./app/etc/local.xml
并编辑数据库设置。/app/etc/local.xml
and edit the DB settings.