Giter Club home page Giter Club logo

Comments (3)

paliarush avatar paliarush commented on May 31, 2024

Hi @PieterCappelle, what you actually get by default is the latest develop branch of Magento 2 (https://github.com/magento/magento2). So it is even more fresh than v2.0.4.

If you need to get some specific version of Magento 2, please follow this step from installation guide:

Optionally, copy etc/config.yaml.dist as etc/config.yaml and make necessary customizations

You can specify custom repositories for Magento CE and EE. Please take a look at my answer here it gives more details on what options can be configured.

from magento2-vagrant-for-developers.

PieterCappelle avatar PieterCappelle commented on May 31, 2024

Hi @paliarush, thanks for your response. Let's split up some answers.

  1. Strange, my version after install is 2.0.0. This is my config.yaml file.
repository_url:
  ce: "[email protected]:magento/magento2.git"
  ee: ""
guest:
  # NFS will be used for folder synchronization on *nix and OSX hosts by default
  use_nfs: 1
  # Default is 2Gb, around 3Gb is necessary to run functional tests
  memory: 4096
  ip_address: "192.168.20.2"
  forwarded_ssh_port: 3116
environment:
  # If set to 0, PHP 5 will be installed
  use_php7: 1
  composer_prefer_source: 0
magento:
  host_name: "local.magento22"
  admin_frontname: "admin"
  language: "nl_NL"
  timezone: "Europe/Brussels"
  currency: "EUR"
  admin_user: "xxx"
  admin_password: "xxx"
  1. You got any answer about the composer question, that's not so clear for me from the docs. Thanks in advance.

from magento2-vagrant-for-developers.

paliarush avatar paliarush commented on May 31, 2024

@PieterCappelle First of all, this box is created for developers and developers don't use Magento installed from Composer packages, they check out code from the git. At the same time upgrade tool will work only if you install Magento from Composer packages, that is why you were getting that error message about Magento being cloned.

Even though after check out you see version as 2.0.0, actual version of the code is 2.1.0-beta (there is no official versioning), it is the code that will become 2.1.0 in a month or so. This happens because the version in composer.json in develop branch is still 2.0.0.

If you need actual 2.0.4, then after box is installed, switch from develop branch to 2.0 and reinstall Magento. Go to the project root and do:

cd magento2ce && git checkout origin/2.0 && cd ..
./m-composer update
./m-reinstall 

from magento2-vagrant-for-developers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.