alankent / vagrant-magento2-apache-base

Base Vagrant image for building Magento 2 within
58 stars 29 forks source link

After Run deploy.sh, i got only blank page in browser(http://localhost:8080/) #13

Open Git-Rajkumar opened 8 years ago

Git-Rajkumar commented 8 years ago

Hello alan,

I follow your document for README.md to install the magento , but i got only blank page in my browser addr is (http://localhost:8080/).

  1. install vagrant
  2. cd mypro
  3. git clone https://github.com/magento/magento2.git
  4. git clone https://github.com/alankent/vagrant-magento2-apache-base.git
  5. cd vagrant-magento2-apache-base
  6. vagrant up
  7. vagrant ssh -- "cd /var/www/magento2 && composer install"
  8. vagrant ssh -- sh /vagrant/scripts/deploy.sh

    finally go to my browser using this url http://localhost:8080/, but i got only blank page.