You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies in advance, as I am not a developer and have hardly ever used Git/GitHub before, so this may very well seem a stupid question to most.
I want to get M2.0.2 but with all the very latest updates/fixes/patches/commits.
I have used git clone -b develop https://github.com/magento/magento2.git, ran composer install then browsed to http://www.mysite.com/setup but the installer page is v2.0.0.
So, that's the first issue - why isn't the development branch showing it as the latest version?
Now, most people just seem to suggest running the upgrade, but I have ran magento setup:upgrade, which finishes with "Please re-run Magento compile command".
So, I run magento setup:di:compile which appears to go through without error.
I refresh any file privileges then try my site... It still reports itself as v2.0.0.
Please tell me what am I doing wrong or misunderstanding?
Thank you!
Best Regards,
Elliot
The text was updated successfully, but these errors were encountered:
Hello,
Apologies in advance, as I am not a developer and have hardly ever used Git/GitHub before, so this may very well seem a stupid question to most.
I want to get M2.0.2 but with all the very latest updates/fixes/patches/commits.
I have used
git clone -b develop https://github.com/magento/magento2.git
, rancomposer install
then browsed to http://www.mysite.com/setup but the installer page is v2.0.0.So, that's the first issue - why isn't the development branch showing it as the latest version?
Now, most people just seem to suggest running the upgrade, but I have ran
magento setup:upgrade
, which finishes with "Please re-run Magento compile command".So, I run
magento setup:di:compile
which appears to go through without error.I refresh any file privileges then try my site... It still reports itself as v2.0.0.
Please tell me what am I doing wrong or misunderstanding?
Thank you!
Best Regards,
Elliot
The text was updated successfully, but these errors were encountered: