We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/).
install vagrant
cd mypro
git clone https://github.com/magento/magento2.git
git clone https://github.com/alankent/vagrant-magento2-apache-base.git
cd vagrant-magento2-apache-base
vagrant up
vagrant ssh -- "cd /var/www/magento2 && composer install"
vagrant ssh -- sh /vagrant/scripts/deploy.sh
finally go to my browser using this url http://localhost:8080/, but i got only blank page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/).
install vagrant
cd mypro
git clone https://github.com/magento/magento2.git
git clone https://github.com/alankent/vagrant-magento2-apache-base.git
cd vagrant-magento2-apache-base
vagrant up
vagrant ssh -- "cd /var/www/magento2 && composer install"
vagrant ssh -- sh /vagrant/scripts/deploy.sh
finally go to my browser using this url http://localhost:8080/, but i got only blank page.
The text was updated successfully, but these errors were encountered: