Magento:开源实用的电子商务网站架构系统PHP商务

印迹发布于:2019-12-11 1255

介绍

Magento被认为是全球范围内最实用、最完整的电子商务网站架构系统,是国际化电子商务解决方案之一,像Nike、IKEA等品牌的网站即是采用Magento系统.新版本Magento2可以在本站下载使用。它支持多种语言、多个商铺平台统一管理,具有丰富的模块化架构体系以及丰富的拓展功能。它专业的开源性,使其在第三方系统集成方面有着极为良好的表现

特色:过亿次下载,除了有官方升级支持,还有Magento社区,与爱好者一起交流,帮你解决问题.功能强大,免费开源,没有许可证费用,代码在自己手里,完全属于自己的网店(社区版).多货币支持,600多种支付方式,支持paypal,支付宝.完整的插件整合系统(2017统计,有上万个扩展模板可以供选择.可使用的),可以实现强大的功能拓展性.第三方平台整合,可以与亚马逊,ebay,淘宝等整合.

Magento1已经相伴我们走过10年岁月,现在的Magento能更符合目前主流的软件环境,比如搭配了组件管理(包管理),支持Php7等一直让人们诟病的Magento速度问题,也由Magento官方主导解决,比如默认支持了Varnish和Redis,前端支持了requestJS,guls等.所以我们建议新的网店最好使用Magento2进行开发,大树底下好乘凉.



下载/安装

1.如果您使用Composer下载安装Magento2,请使用下面的命令.(推荐linux主机使用)

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name>

2.从github下载Magento2代码.(建议本地测试使用)

git clone https://github.com/magento/magento2.git

3.如果没有Composer或者git环境,也可以直接下载Magento2的最新版.

官方地址:https://github.com/magento/magento2

本站Magento2镜像:https://download.magentochina.org/magento/2/

4.如果你对Docker熟悉可以查看Magento2的Docker镜像.

Magento2 docker镜像:https://github.com/magento/magento2devbox-web

如果你想安装使用Magento1.9.X系列,请点击下载

系统使用需求:

Magento 2.0.X的系统环境要求如下:

必要环境如何检查更多信息
Apache 2.2 or 2.4Ubuntu: apache2 -v
CentOS: httpd -v
Apache
PHP 5.6.x, 7.0.2 or 7.0.6php -vPHP Ubuntu
PHP CentOS
MySQL 5.6.xmysql -u [root user name] -pMySQL

安装Magento2.0.X PHP的扩展需求:

  1. 5.6.x
  2. 5.5.x ( x 大于 22)
  3. 7.0.2 至 7.0.14 (除了 7.0.5 和 7.0.4)
  4. php 扩展
  5. bc-math (商业版才需要)
  6. curl
  7. gd 或者 ImageMagick 6.3.7及以上版本 也可以两个都装
  8. intl
  9. mbstring
  10. mcrypt
  11. mhash
  12. openssl
  13. PDO/MySQL
  14. SimpleXML
  15. soap
  16. xml
  17. xsl
  18. zip
  19. PHP 7 only:
      json
      iconv
PS,还需要给Magento2开启Mysql的InnodB引擎
Magento 2.1.X与Magento2.0.X不同之处在于.
Magento 2.1.X不再支持PHP5.6版本.而且Magento2.1.2版本以后支持PHP7.0.4
Magento2.1.2及以后版本兼容Mysql 5.7
支持分布式搜索引擎Elasticsearch 1.0版本到最新的5.0版本

Magento2还可以利用以下技术:
页面缓存 Redis version 3.0
Varnish version 3.5 or latest stable 4.x version for page caching
memcached latest stable version for session storage with either memcache or memcached PHP extensions (latest stable version)
Magento Enterprise Edition (EE) only 
Apache Solr
Solr search can be used as a search provider. Available for Magento Enterprise Edition (EE) only.
RabbitMQ
RabbitMQ can be used to publish messages to queue and to define the consumers that receive the messages asynchronously. Available for Magento EE only.
Three master databases
These master databases provide scalability advantages for different functional areas of the Magento application: checkout, orders, and product data. Available for Magento EE only.
可选项,但是建议使用的:
php_xdebug 2.2.0 or later (development environments only; can have an adverse effect on performance)
There is a known issue with xdebug that can affect Magento installations or access to the storefront or Magento Admin after installation.
For details, see Known issue with xdebug.
PHPUnit (as a command-line tool) 4.1 or later



http://www.virplus.com/thread-387.htm
转载请注明:2019-12-11 于 VirPlus 发表

推荐阅读
最新回复 (0)

    ( 登录 ) 后,可以发表评论!

    返回