vagrant-magento2-apache-base icon indicating copy to clipboard operation
vagrant-magento2-apache-base copied to clipboard

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

Open Git-Rajkumar opened this issue 9 years ago • 0 comments

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.

Git-Rajkumar avatar Jan 19 '16 10:01 Git-Rajkumar