ryanstreet / magento2-vagrant

Vagrant Setup for Magento 2 install. All prerequisites setup and running.
GNU General Public License v2.0
84 stars 35 forks source link

Composer not working #13

Closed rickoconnor closed 8 years ago

rickoconnor commented 8 years ago

After going through all the steps:

Autoload error

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

piper-at-dawn commented 8 years ago

@rickoconnor What I did was this:

vagrant ssh --- to log into the running server cd /vagrant/magento2 composer install this should run through all the installs (probably ask you for your git personal access code) and once installed I was able to hit the url just fine and finish the install.

Hope this helps!

rickoconnor commented 8 years ago

That worked! Thanks!

ryanstreet commented 8 years ago

Thanks @piper-at-dawn !