在没有控制面板的情况下安装magento

发布于 2024-10-12 04:02:27 字数 462 浏览 2 评论 0原文

我想在全新安装的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

将军与妓 2024-10-19 04:02:27

这里有详细的要求:
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.

美胚控场 2024-10-19 04:02:27
  1. 将其复制到您的服务器,
  2. 编辑 /app/etc/local.xml 并编辑数据库设置。
  3. 并将您的服务器指向您复制它的位置。 Magento(企业版)会在您第一次调用该网站时插入所有表格。也许您的 PHP 最大运行时间必须增加。
  1. Copy it to your server,
  2. Edit /app/etc/local.xml and edit the DB settings.
  3. And point your server to where you copied it. Magento (Enterprise) inserts all tables on the first time you call the website. Maybe your PHP max runtime has to be increased.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文