magento2-vagrant-for-developers icon indicating copy to clipboard operation
magento2-vagrant-for-developers copied to clipboard

Vagrant Box for Magento 2 Developers

Results 50 magento2-vagrant-for-developers issues
Sort by recently updated
recently updated
newest added

Hello, I'm not entirely sure but I think that Deleting TestModule directories in m_reinstall.sh should only be done in case of git as checkout source In case of `checkout_source_from: "composer"`...

When I execute manually : `curl http://windows.php.net/downloads/releases/archives/php-5.6.9-nts-Win32-VC11-x86.zip -o lib/php.zip` it creates a small file (1kb) ``` % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload...

For Windows user unzip is not installed by default in gitbash and is an implicite requirement in the project. Please make it more explicite to Check optional unix tools during...

With Ubuntu 14 being EOL April 2019, PHP packages are no longer available from the PPA for this version. Impact is that any install or reinstall will go forward without...

Running `bash init_project.sh` fails. I see this message in the log: `[2019-06-10 20:05:18] STATUS: > ./bin/magento setup:install --db-host=localhost --db-name=magento --db-user=root --backend-frontname=admin --base-url=http://magento2.vagrant148/ --language=en_US --timezone=America/Chicago --currency=USD --admin-lastname=Admin --admin-firstname=Admin [email protected] --admin-user=admin --admin-password=123123q...

When attempting to run the init shell script in git bash it immediately returns the following error. `/c/www/vagrant-magento/scripts/output_functions.sh: line 184: /dev/fd/62: Read-only file system` I can't find any other info...

Hi, i've tried running the init script but it failed with this error `Installing the 'vagrant-hostmanager' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to...

Seems like the composer inside the environment is pretty ancient (1.1.2) and doesn't support things like composer show --outdated --minor-only would it make sense to upgrade it?