Hi!
I have installed the VM (https://github.com/mike61988/magento2-dk) for a course according to instructions and followed each step but when I go to magento2u.loc:83 (where the site is supposed to be) I only get 404: "Not Found The requested URL / was not found on this server.
Apache/2.4.38 (Debian) Server at magento2u.loc Port 83".
+++++
Update
Im not even close to a server settings master but this must be wrong right? The file 000-default.conf in etc/apache2/sites-available says doc root is var/www/html/shared/magento2ce but that doesnt even exist (shared is a sibling directory to magento2ce, not a parent, and magento2ce parent directory is html). If I change doc root to just var/www/html at least I get the apache debian default page in my browser. But all is empty if I go to http://magento2u.loc:83/magento2ce/.
Solved! Go to Solution.
Hello,
As mentioned in the github repo's read me did you run:
mv /var/www/html/magento2ce /var/www/html/shared/
This would move magento2ce into the shared directory. Let me know if this does not help.
I was able to follow the steps again and it worked!
Paras
Magento U Subject Matter Expert
Which OS are you using?
If you can use Docker maybe you could check this resources:
Hello,
As mentioned in the github repo's read me did you run:
mv /var/www/html/magento2ce /var/www/html/shared/
This would move magento2ce into the shared directory. Let me know if this does not help.
I was able to follow the steps again and it worked!
Paras
Magento U Subject Matter Expert
Thanks, that was it!
Perhaps that move command should be highlighted in the training setup instrukctions :-)