magento2

下载地址:https://github.com/magento/magento2/archive/develop.zip

参考地址: 版本要求 这个magento2  要选择好php的版本  下载综合版服务器时看好这个服务器支持的具体版本 下边的网站有具体的版本要求页,在此就不列出了

https://www.magentochina.org/blog/download-install-magento.html

XAMPP 版本上边明确提示里边带有php的版本.我选的是支持 php 7.0.6的版本

下载地址, https://jaist.dl.sourceforge.net/project/xampp/XAMPP%20Windows/7.0.6/xampp-win32-7.0.6-0-VC14-installer.exe

如果php 版本没选择好,则进行 安装时会出现版本不正确的提示,导致失败

第二:报错2:打开安装页提示

Vendor autoload is not found. Please run 'composer install' under application root directory.

没安装composer  是php的依赖项下载服务吧.个人理解,总之需要安装. 运行xammpp 里边的 命令行  cd 进入htdoc目录  composer install

结果又报错:

# composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages. Problem
- The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
Problem
- The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP's xsl extension.

这是提示,php.ini  没有把上边要求的注释掉的内容打开,这两个intl 和xsl 都有相关的dll 库在php的ext 目录下.

extension=php_intl.dll

extension=php_xsl.dll

在重新运行composer install 问题解决

# composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: installs, updates, removals
- Installing magento/magento-composer-installer (0.1.): Downloading (%)
- Installing zendframework/zend-stdlib (2.7.): Downloading (%)
- Installing zendframework/zend-hydrator (1.1.): Downloading (%)
- Installing psr/container (1.0.): Downloading (%)
- Installing container-interop/container-interop (1.2.): Downloading (%)
- Installing zendframework/zend-validator (2.9.): Downloading (%)
- Installing zendframework/zend-escaper (2.5.): Downloading (%)
- Installing zendframework/zend-uri (2.5.): Downloading (%)
- Installing zendframework/zend-eventmanager (2.6.): Downloading (%)
- Installing zendframework/zend-code (3.1.): Downloading (%)
- Installing zendframework/zend-server (2.7.): Downloading (%)
- Installing zendframework/zend-soap (2.6.): Downloading (%)
- Installing zendframework/zend-math (2.7.): Downloading (%)
- Installing zendframework/zend-crypt (2.6.): Downloading (%)
- Installing zendframework/zend-console (2.6.): Downloading (%)
- Installing zendframework/zend-filter (2.7.): Downloading (%)
- Installing zendframework/zend-inputfilter (2.7.): Downloading (%)
- Installing zendframework/zend-form (2.10.): Downloading (%)
- Installing zendframework/zend-servicemanager (2.7.): Downloading (%)
- Installing zendframework/zend-mvc (2.6.): Downloading (%)
- Installing zendframework/zend-text (2.6.): Downloading (%)
- Installing zendframework/zend-di (2.6.): Downloading (%)
- Installing zendframework/zend-loader (2.5.): Downloading (%)
- Installing zendframework/zend-http (2.6.): Downloading (%)
- Installing zendframework/zend-db (2.8.): Downloading (%)
- Installing paragonie/random_compat (v2.0.10): Downloading (%)
- Installing zendframework/zend-captcha (2.7.): Downloading (%)
- Installing colinmollenhour/credis (1.6): Downloading (%)
- Installing colinmollenhour/php-redis-session-abstract (v1.2.2): Downloading (%)
- Installing symfony/polyfill-mbstring (v1.4.0): Downloading (%)
- Installing psr/log (1.0.): Downloading (%)
- Installing symfony/debug (v3.0.9): Downloading (%)
- Installing symfony/console (v2.8.22): Downloading (%)
- Installing colinmollenhour/cache-backend-redis (1.10.): Downloading (%)
- Installing colinmollenhour/cache-backend-file (1.4): Downloading (%)
- Installing pelago/emogrifier (v0.1.1): Downloading (%)
- Installing tubalmartin/cssmin (v3.0.0): Downloading (%)
- Installing braintree/braintree_php (3.22.): Downloading (%)
- Installing tedivm/jshrink (v1.1.0): Downloading (%)
- Installing symfony/process (v2.8.22): Downloading (%)
- Installing symfony/finder (v3.3.2): Downloading (%)
- Installing symfony/filesystem (v3.3.2): Downloading (%)
- Installing seld/phar-utils (1.0.): Downloading (%)
- Installing seld/jsonlint (1.6.): Downloading (%)
- Installing seld/cli-prompt (1.0.): Downloading (%)
- Installing justinrainbow/json-schema (5.2.): Downloading (%)
- Installing composer/spdx-licenses (1.1.): Downloading (%)
- Installing composer/semver (1.4.): Downloading (%)
- Installing composer/ca-bundle (1.0.): Downloading (%)
- Installing composer/composer (1.4.): Downloading (%)
- Installing magento/composer (1.2.): Downloading (%)
- Installing ramsey/uuid (3.6.): Downloading (%)
- Installing symfony/yaml (v2.8.22): Downloading (%)
- Installing sebastian/version (1.0.): Downloading (%)
- Installing sebastian/recursion-context (1.0.): Downloading (%)
- Installing sebastian/exporter (1.2.): Downloading (%)
- Installing sebastian/environment (1.3.): Downloading (%)
- Installing sebastian/diff (1.4.): Downloading (%)
- Installing sebastian/comparator (1.2.): Downloading (%)
- Installing doctrine/instantiator (1.0.): Downloading (%)
- Installing phpunit/php-text-template (1.2.): Downloading (%)
- Installing phpunit/phpunit-mock-objects (2.3.): Downloading (%)
- Installing phpunit/php-timer (1.0.): Downloading (%)
- Installing phpunit/php-file-iterator (1.3.): Downloading (%)
- Installing phpunit/php-token-stream (1.4.): Downloading (%)
- Installing phpunit/php-code-coverage (2.2.): Downloading (%)
- Installing phpunit/phpunit (4.1.): Downloading (%)

成功:

Magento2 php商城在windows10上安装的更多相关文章

  1. 在windows10上安装caffe和tensorflow

    最近在Windows10上安装了caffe和tensorflow,折腾了好久.在此记录一下. 安装caffe的过程已在另一篇博客中进行了记录,在此不再赘述.而tensorflow也是非常简单的,也不再 ...

  2. 在Ubuntu16.04.4和Windows10上安装jdk

    在Ubuntu16.04.4和Windows10上安装jdk 一.在Ubuntu16.04.4上安装jdk  1.下载jdk安装包     首先我们在oracle官网上下载jdk-8u161-linu ...

  3. windows10上安装mysql详细图文教程

    在windows10上安装mysql详细图文教程   这篇文章主要介绍了在windows10上安装mysql详细图文教程,本文介绍的非常详细,具有参考借鉴价值,感兴趣的朋友一起看看吧 环境:windw ...

  4. Windows10上安装Linux子系统(WSL2,Ubuntu),配合Windows Terminal使用

    Linux 的 Windows 子系统可让开发人员按原样运行 GNU/Linux 环境 - 包括大多数命令行工具.实用工具和应用程序 - 且不会产生传统虚拟机或双启动设置开销. WSL 说白了安装Li ...

  5. Windows10上安装EDEM2.7

    这次我们来安装EDEM2.7. 安装软件来自于互联网,本文仅作学习交流之用,工程应用请购买正版. 1 软件准备 从网上找到EDEM2.7安装包,解压后里面包含两个文件,如下图所示. 2 软件安装 鼠标 ...

  6. windows10上安装 .NET Framework 3.5

    在安装一些软件时,需要 .NET Framework3.5.按照windows给的提示下载不了.在官方网站上给了解决方案: 运行 DISM 工具 从屏幕右边缘向中间轻扫,然后点击“搜索”.(如果使用的 ...

  7. windows10上安装mysql(详细步骤)

    2016年09月06日 08:09:34 阅读数:46198 环境:windwos 10(1511) 64bit.mysql 5.7.14 时间:2016年9月5日 一.下载mysql 1. 在浏览器 ...

  8. MPI 在Windows10 上安装,使用VS2013编译生成可执行程序

    原文地址:http://www.cnblogs.com/leijin0211/p/6851789.html 参考博客: http://www.cnblogs.com/shixiangwan/p/662 ...

  9. Windows10上安装Keras 和 TensorFlow-GPU

    安装环境: Windows 10 64bit GPU: GeForce gt 720 Python: 3.5.3 CUDA: 8 首先下载Anaconda3的Win10 64bit版,安装Python ...

随机推荐

  1. C# windows服务:创建Windows服务(Windows Services)的一般步骤

    C#创建Windows服务(Windows Services) Windows服务在Visual Studio 以前的版本中叫NT服务,在VS.net启用了新的名称.用Visual C# 创建Wind ...

  2. redis集群实战

    一.说明 redis 3.0集群功能出来已经有一段时间了,目前最新稳定版是3.0.5,我了解到已经有很多互联网公司在生产环境使用,比如唯品会.美团等等,刚好公司有个新项目,预估的量单机redis无法满 ...

  3. JS----click3种方法

    js最常用的click事件3种方法 1.onclick=name() <!DOCTYPE html> <html leng="en"> <head&g ...

  4. vuex this.$store.state.属性和mapState的属性中的一点点区别

    做泰康公众号的项目时候有一个需求创建公众号的时候后台有一个社区id提供给后台展现人员和部门,在群发消息时候也要给后台一个社区id只不过获取社区的id接口和上一个不是一样的,本来在页面中写了两个sele ...

  5. jstl-随机数-借用jsp嵌入的代码

    ) %></c:set> ${rand }

  6. flume 使用手册

    以下jie皆来自官网: 1:首先版本是flume 1.8 查看版本:  bin/flume-ng version 2:配置与启动 https://flume.apache.org/FlumeUserG ...

  7. maven <scope>provided</scope>

    今天开发web的时候,需要用到servlet-api,于是在pom.xml中添加依赖 <dependency> <groupId>javax.servlet</group ...

  8. sql语句查询菜单结果成 树状图类型 注意适用于id是四位数

    select * from ( select pid,id,name,url,concat(id,":") idOrder from menu where pid=0 and st ...

  9. centos静态绑定IP地址

    Centos7 /etc/sysconfig/network-scripts/ifcfg-ens33

  10. 算法之LOWB三人组之选择排序

    选择排序 思想是在一个列表中每次循环一遍,拿到最小值,接着再从剩下的无序区中继续拿最小值,如此循环,直到结束. 时间复杂度为O(n^2) # 最简单的一个选择排序,循环一个列表,拿到最小值,添加到一个 ...