How to use Magento 2’s built in Vagrant box?Magento with Vagrant very slowVagrant (Magestead) & Modman symlink issueHow to reinstall magento 2 extension properly?Magento 2 - Grunt Watch in Vagrant EnvironmentSetting up M2 Vagrant Box error on vagrant upinstalling magento sample data on vagrantMagento 2 : How To Setup on Vagrant BoxHow can I run unit tests / code sniffs for individual modules using a CI provider?Can't download magestead boxMagento 2 problems with Vagrant and Mac Os
What is a clear way to write a bar that has an extra beat?
Is it canonical bit space?
How could indestructible materials be used in power generation?
CEO ridiculed me with gay jokes and grabbed me and wouldn't let go - now getting pushed out of company
Can one be a co-translator of a book, if he does not know the language that the book is translated into?
Can a rocket refuel on Mars from water?
Facing a paradox: Earnshaw's theorem in one dimension
Twin primes whose sum is a cube
Why doesn't H₄O²⁺ exist?
Why do bosons tend to occupy the same state?
Why can't we play rap on piano?
In Romance of the Three Kingdoms why do people still use bamboo sticks when paper had already been invented?
Do I have a twin with permutated remainders?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Modeling an IP Address
Why is Collection not simply treated as Collection<?>
What is going on with Captain Marvel's blood colour?
Memorizing the Keyboard
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
I'm flying to France today and my passport expires in less than 2 months
How to draw the figure with four pentagons?
Is it possible to run Internet Explorer on OS X El Capitan?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
How much of data wrangling is a data scientist's job?
How to use Magento 2’s built in Vagrant box?
Magento with Vagrant very slowVagrant (Magestead) & Modman symlink issueHow to reinstall magento 2 extension properly?Magento 2 - Grunt Watch in Vagrant EnvironmentSetting up M2 Vagrant Box error on vagrant upinstalling magento sample data on vagrantMagento 2 : How To Setup on Vagrant BoxHow can I run unit tests / code sniffs for individual modules using a CI provider?Can't download magestead boxMagento 2 problems with Vagrant and Mac Os
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
With a clean checkout of Magento 2.0 on branch 2.0, I’ve run composer install
. Included in the dependencies is a Vagrant configuration file in vendor/magento/zendframework1
.
While it seems like this would be a great built in resource, it doesn’t seem to be working properly, and it’s not clear if the VM is designed to be an out of the box Vagrant box for Magento 2, or something geared towards the Zend Framework.
If it is in the repository for a purpose, what is that purpose and how should I set it up?
magento2 magento-2.0 zend-framework vagrant
add a comment |
With a clean checkout of Magento 2.0 on branch 2.0, I’ve run composer install
. Included in the dependencies is a Vagrant configuration file in vendor/magento/zendframework1
.
While it seems like this would be a great built in resource, it doesn’t seem to be working properly, and it’s not clear if the VM is designed to be an out of the box Vagrant box for Magento 2, or something geared towards the Zend Framework.
If it is in the repository for a purpose, what is that purpose and how should I set it up?
magento2 magento-2.0 zend-framework vagrant
add a comment |
With a clean checkout of Magento 2.0 on branch 2.0, I’ve run composer install
. Included in the dependencies is a Vagrant configuration file in vendor/magento/zendframework1
.
While it seems like this would be a great built in resource, it doesn’t seem to be working properly, and it’s not clear if the VM is designed to be an out of the box Vagrant box for Magento 2, or something geared towards the Zend Framework.
If it is in the repository for a purpose, what is that purpose and how should I set it up?
magento2 magento-2.0 zend-framework vagrant
With a clean checkout of Magento 2.0 on branch 2.0, I’ve run composer install
. Included in the dependencies is a Vagrant configuration file in vendor/magento/zendframework1
.
While it seems like this would be a great built in resource, it doesn’t seem to be working properly, and it’s not clear if the VM is designed to be an out of the box Vagrant box for Magento 2, or something geared towards the Zend Framework.
If it is in the repository for a purpose, what is that purpose and how should I set it up?
magento2 magento-2.0 zend-framework vagrant
magento2 magento-2.0 zend-framework vagrant
asked Jan 28 '16 at 17:03
dbcndbcn
19516
19516
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It's a virtual machine for ZF1 unit testing and library development.
The package "magento/zendframework1" is based on ZendFramework1 code source . The Vagrantfile is included into zf1 for development using a virtual machine
I am not sure, that Vagrant file in zend framework will deal with magento.
I would advice to try AlexP's Vagrant project for Magento 2 developers (optimized for Mac, Windows and nix hosts), which is implemented for magento2 developers. I use it on day by day basis.
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
|
show 2 more comments
I have been spent around 1 with to build vagrant & ansible for running with magento 2.
I have just publish its result yesterday via github.
I stayed at /vagrant/htdocs
and ran this command:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2
It now downloads latest version magento community 2.0.1
I could run composer install
properly.
After setting up magento 2, please remember do these commands
For downloading static content, it helps you prevent slow slow problem.
php bin/magento setup:static-content:deploy
For downloading sample data
php bin/magento sampledata:deploy
For installing sample data
php bin/magento setup:upgrade
If you meet any issue, please feel free to leave comment.
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f99419%2fhow-to-use-magento-2-s-built-in-vagrant-box%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's a virtual machine for ZF1 unit testing and library development.
The package "magento/zendframework1" is based on ZendFramework1 code source . The Vagrantfile is included into zf1 for development using a virtual machine
I am not sure, that Vagrant file in zend framework will deal with magento.
I would advice to try AlexP's Vagrant project for Magento 2 developers (optimized for Mac, Windows and nix hosts), which is implemented for magento2 developers. I use it on day by day basis.
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
|
show 2 more comments
It's a virtual machine for ZF1 unit testing and library development.
The package "magento/zendframework1" is based on ZendFramework1 code source . The Vagrantfile is included into zf1 for development using a virtual machine
I am not sure, that Vagrant file in zend framework will deal with magento.
I would advice to try AlexP's Vagrant project for Magento 2 developers (optimized for Mac, Windows and nix hosts), which is implemented for magento2 developers. I use it on day by day basis.
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
|
show 2 more comments
It's a virtual machine for ZF1 unit testing and library development.
The package "magento/zendframework1" is based on ZendFramework1 code source . The Vagrantfile is included into zf1 for development using a virtual machine
I am not sure, that Vagrant file in zend framework will deal with magento.
I would advice to try AlexP's Vagrant project for Magento 2 developers (optimized for Mac, Windows and nix hosts), which is implemented for magento2 developers. I use it on day by day basis.
It's a virtual machine for ZF1 unit testing and library development.
The package "magento/zendframework1" is based on ZendFramework1 code source . The Vagrantfile is included into zf1 for development using a virtual machine
I am not sure, that Vagrant file in zend framework will deal with magento.
I would advice to try AlexP's Vagrant project for Magento 2 developers (optimized for Mac, Windows and nix hosts), which is implemented for magento2 developers. I use it on day by day basis.
edited Sep 9 '16 at 7:40
answered Jan 28 '16 at 22:53
Arkadii ChyzhovArkadii Chyzhov
2,448714
2,448714
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
|
show 2 more comments
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
Thanks ArkadiyCh, I’m aware of the various Magento Vagrant boxes & thanks for your recommendation, but I’m more interested in why the Vagrant box is included in the codebase - if it’s not in there for a reason, why include it at all? if it is in the codebase for a reason, what’s the reason and how dow I make use of it?
– dbcn
Feb 3 '16 at 14:15
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
The package "magento/zendframework1" is based on github.com/zendframework/zf1. I think this Vagrantfile is included into zf1 for development using a virtual machine
– Arkadii Chyzhov
Feb 3 '16 at 14:28
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
Yes - Vagrant is software that creates a VM for development - understood - is the inclusion of the zf1 Vagrant box in Magento 2 for the purpose of developing Magento 2, or only the Zend framework?
– dbcn
Feb 3 '16 at 15:39
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
only the Zend framework. It's a virtual machine for ZF1 unit testing and library development.
– Arkadii Chyzhov
Feb 3 '16 at 21:23
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
Thanks ArkadiyCh. I think that was the answer I was looking for. I find it odd that Magento 2 contains a VM to develop another platform - understanding that Magento 2 requires the Zend framework to run, I think it should include only the files from the framework it needs.
– dbcn
Feb 4 '16 at 14:22
|
show 2 more comments
I have been spent around 1 with to build vagrant & ansible for running with magento 2.
I have just publish its result yesterday via github.
I stayed at /vagrant/htdocs
and ran this command:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2
It now downloads latest version magento community 2.0.1
I could run composer install
properly.
After setting up magento 2, please remember do these commands
For downloading static content, it helps you prevent slow slow problem.
php bin/magento setup:static-content:deploy
For downloading sample data
php bin/magento sampledata:deploy
For installing sample data
php bin/magento setup:upgrade
If you meet any issue, please feel free to leave comment.
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
add a comment |
I have been spent around 1 with to build vagrant & ansible for running with magento 2.
I have just publish its result yesterday via github.
I stayed at /vagrant/htdocs
and ran this command:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2
It now downloads latest version magento community 2.0.1
I could run composer install
properly.
After setting up magento 2, please remember do these commands
For downloading static content, it helps you prevent slow slow problem.
php bin/magento setup:static-content:deploy
For downloading sample data
php bin/magento sampledata:deploy
For installing sample data
php bin/magento setup:upgrade
If you meet any issue, please feel free to leave comment.
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
add a comment |
I have been spent around 1 with to build vagrant & ansible for running with magento 2.
I have just publish its result yesterday via github.
I stayed at /vagrant/htdocs
and ran this command:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2
It now downloads latest version magento community 2.0.1
I could run composer install
properly.
After setting up magento 2, please remember do these commands
For downloading static content, it helps you prevent slow slow problem.
php bin/magento setup:static-content:deploy
For downloading sample data
php bin/magento sampledata:deploy
For installing sample data
php bin/magento setup:upgrade
If you meet any issue, please feel free to leave comment.
I have been spent around 1 with to build vagrant & ansible for running with magento 2.
I have just publish its result yesterday via github.
I stayed at /vagrant/htdocs
and ran this command:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2
It now downloads latest version magento community 2.0.1
I could run composer install
properly.
After setting up magento 2, please remember do these commands
For downloading static content, it helps you prevent slow slow problem.
php bin/magento setup:static-content:deploy
For downloading sample data
php bin/magento sampledata:deploy
For installing sample data
php bin/magento setup:upgrade
If you meet any issue, please feel free to leave comment.
answered Jan 28 '16 at 23:15
phanvugiapphanvugiap
6691512
6691512
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
add a comment |
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
Thx gurutheme.com, but I’m more interested in why there’s a Vagrant box included in the repo and how to use it than additional set ups.
– dbcn
Feb 3 '16 at 14:17
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
which tool do you use for developing your magento now?
– phanvugiap
Feb 4 '16 at 2:37
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f99419%2fhow-to-use-magento-2-s-built-in-vagrant-box%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown