magestead
magestead copied to clipboard
The Vagrant Solution for Magento Developers
I'm still trying to figure out best practice of running a Magestead/Vagrant project with same GIT repo on multiple machines. If I ssh into the box I always end up...
Having an issue: Autoloader patch to public/app/Mage.php was applied successfully Installing Magento Software /usr/local/rvm/scripts/extras/bash_zsh_support/chpwd/function.sh: line 5: cd: /var/www/public: No such file or directory Could not open input file: install.php PHP...
My Setup: OS X Sierra 10.12.3 Vagrant 1.9.1 VirtualBox 5.1.14 r112924 PHP 5.6.29 (cli) (built: Jan 14 2017 21:05:20) - I have also tried PHP7 with Magento 2 When installing...
> $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'package.box'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name...
No matter which set of options I use, I can't seem to get a new installation to sync the public folder over to the guest machine. Composer is available globally,...
I'm on MacOS Sierra 10.12 Composer is installed through _brew_ I can access composer globally My installation settings are Ubuntu 14 NGINX PHP70 Magento2 my _auth.json_ file contains the _repo.magento.com_...
After running `magestead new m1-base` with the options: - OS: Ubuntu - Server: Apache - PHP: 56 - Install: Magento 1 - Base URL: m1base.dev - Currency: USD - Locale:...
Hello, How to add multiple vhosts and map it in Windows hosts file?
I now have a few Magento installs, which are remotely mounted but I think the mySql databases have grown quite large and I've just installed elastic search which has maxed...
I'm running mac OS El Capitan and I'm having the same error , i fixed the path using echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bash_profile but still not working .