Today I downloaded Magento-CE-2.0.1+sample_data-2016-01-20-02-40-46.tar.bz2
I was successful in installing Magento2, running with sample data, making test purchases in no time. Awesome.
When I open up the project in my IDE however, I find two things odd.
1. there is no .gitignore file included
no problem, I just copied over the one form the github repo, done.
2. lib/internal/Magento is missing
This didn't break Magento. Everything seems to be working fine. However, all the references to schemas on the XMLs now fail, since the .xsd files should point there... and its missing.
Is there a reason for this?
Is there a composery way to install all this?
Thanks!
Martín.