请参考官方的系统需求:http://www.magentocommerce.com/system-requirements
- Supported Operating Systems:
- Linux x86, x86-64
- Supported Web Servers:
- Apache 1.3.x
- Apache 2.0.x
- Apache 2.2.x
- Supported Browsers:
- Microsoft Internet Explorer 6 and above
- Mozilla Firefox 2.0 and above
- Apple Safari 2.x
- Google Chrome
- Adobe Flash browser plug-in should be installed
- PHP Compatibility:
- 5.2
- Required extensions:
- PDO_MySQL
- simplexml
- mcrypt
- hash
- GD
- DOM
- iconv
- curl
- SOAP (if Webservices API is to be used)
- Safe_mode off
- Memory_limit no less than 256Mb (preferably 512)
- MySQL:
- 4.1.20 or newer
- InnoDB storage engine
- SSL:
- If HTTPS is used to work in the admin, SSL certificate should be valid. Self-signed SSL certificates are not supported
- Server – hosting – setup:
- Ability to run scheduled jobs (crontab) with PHP 5
- Ability to override options in .htaccess files
我将官方的magento检测文件放在这里,大家可以用这个php检测文件检测你的主机是否达到了magento的要求 点击下载:magento-check.zip 其中SSL不是必须的,你要是会用的话,才有必要去装。apache php mysql的版本和需要的模板要达到如上的要求。
记得你的apache要开启.htaccess的支持,我有很多次忘记这个而无法安装magento。