Unable to install magento 2

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
1
down vote

favorite












I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.



I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.



I also tried running these commands



find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento


I am using mac high sierra



does anyone have an idea about this?










share|improve this question









New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
    – Marius♦
    55 mins ago










  • Thanks, will take note on that.
    – Kaye Louise
    33 mins ago
















up vote
1
down vote

favorite












I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.



I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.



I also tried running these commands



find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento


I am using mac high sierra



does anyone have an idea about this?










share|improve this question









New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
    – Marius♦
    55 mins ago










  • Thanks, will take note on that.
    – Kaye Louise
    33 mins ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.



I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.



I also tried running these commands



find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento


I am using mac high sierra



does anyone have an idea about this?










share|improve this question









New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I downloaded magento2 latest version from https://www.mageplaza.com/download-magento/#download.



I pasted the unzipped folder to the htdocs of /Applications/MAMP/
When I started the mamp servers and opened magento in the browser, nothing is displayed.



I also tried running these commands



find . -type f -exec chmod 644 ;
find . -type d -exec chmod 755 ;
find var pub/static pub/media app/etc -type f -exec chmod g+w ;
find var pub/static pub/media app/etc -type d -exec chmod g+ws ;
chmod u+x bin/magento


I am using mac high sierra



does anyone have an idea about this?







magento2 installation setup mamp






share|improve this question









New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 1 hour ago





















New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









Kaye Louise

63




63




New contributor




Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Kaye Louise is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
    – Marius♦
    55 mins ago










  • Thanks, will take note on that.
    – Kaye Louise
    33 mins ago
















  • don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
    – Marius♦
    55 mins ago










  • Thanks, will take note on that.
    – Kaye Louise
    33 mins ago















don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago




don't know what the problem is, but I have an advice. Never download magento from a third party website. I'm not saying that mageplaza should not be trusted, but the idea is that you don't know what you download unless you get your code from an official place. Github repo or magento website.
– Marius♦
55 mins ago












Thanks, will take note on that.
– Kaye Louise
33 mins ago




Thanks, will take note on that.
– Kaye Louise
33 mins ago










1 Answer
1






active

oldest

votes

















up vote
2
down vote













You should download from here. After that check your php version like this. php version



Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line




php -v


No need to change permission for MAMP as I know.



If still not work check using 777 permission of that magento directory for testing.






share|improve this answer






















  • I downloaded from the link you shared, then checked the version of my php but it still wont work.
    – Kaye Louise
    1 hour ago











  • Did you checked php -v in your command line?
    – Sohel Rana
    1 hour ago










  • yes. its 7.2.11. while the php version used in mamp is 7.2.8
    – Kaye Louise
    1 hour ago










  • Now downgrade it to 7.1 or 7.0
    – Sohel Rana
    1 hour ago










  • Thanks man! Its working now
    – Kaye Louise
    1 hour ago










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f247070%2funable-to-install-magento-2%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote













You should download from here. After that check your php version like this. php version



Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line




php -v


No need to change permission for MAMP as I know.



If still not work check using 777 permission of that magento directory for testing.






share|improve this answer






















  • I downloaded from the link you shared, then checked the version of my php but it still wont work.
    – Kaye Louise
    1 hour ago











  • Did you checked php -v in your command line?
    – Sohel Rana
    1 hour ago










  • yes. its 7.2.11. while the php version used in mamp is 7.2.8
    – Kaye Louise
    1 hour ago










  • Now downgrade it to 7.1 or 7.0
    – Sohel Rana
    1 hour ago










  • Thanks man! Its working now
    – Kaye Louise
    1 hour ago














up vote
2
down vote













You should download from here. After that check your php version like this. php version



Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line




php -v


No need to change permission for MAMP as I know.



If still not work check using 777 permission of that magento directory for testing.






share|improve this answer






















  • I downloaded from the link you shared, then checked the version of my php but it still wont work.
    – Kaye Louise
    1 hour ago











  • Did you checked php -v in your command line?
    – Sohel Rana
    1 hour ago










  • yes. its 7.2.11. while the php version used in mamp is 7.2.8
    – Kaye Louise
    1 hour ago










  • Now downgrade it to 7.1 or 7.0
    – Sohel Rana
    1 hour ago










  • Thanks man! Its working now
    – Kaye Louise
    1 hour ago












up vote
2
down vote










up vote
2
down vote









You should download from here. After that check your php version like this. php version



Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line




php -v


No need to change permission for MAMP as I know.



If still not work check using 777 permission of that magento directory for testing.






share|improve this answer














You should download from here. After that check your php version like this. php version



Make sure your command line php version should same as browser php version. For checking command line php version run following command in your command line




php -v


No need to change permission for MAMP as I know.



If still not work check using 777 permission of that magento directory for testing.







share|improve this answer














share|improve this answer



share|improve this answer








edited 1 hour ago

























answered 2 hours ago









Sohel Rana

18.8k23245




18.8k23245











  • I downloaded from the link you shared, then checked the version of my php but it still wont work.
    – Kaye Louise
    1 hour ago











  • Did you checked php -v in your command line?
    – Sohel Rana
    1 hour ago










  • yes. its 7.2.11. while the php version used in mamp is 7.2.8
    – Kaye Louise
    1 hour ago










  • Now downgrade it to 7.1 or 7.0
    – Sohel Rana
    1 hour ago










  • Thanks man! Its working now
    – Kaye Louise
    1 hour ago
















  • I downloaded from the link you shared, then checked the version of my php but it still wont work.
    – Kaye Louise
    1 hour ago











  • Did you checked php -v in your command line?
    – Sohel Rana
    1 hour ago










  • yes. its 7.2.11. while the php version used in mamp is 7.2.8
    – Kaye Louise
    1 hour ago










  • Now downgrade it to 7.1 or 7.0
    – Sohel Rana
    1 hour ago










  • Thanks man! Its working now
    – Kaye Louise
    1 hour ago















I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago





I downloaded from the link you shared, then checked the version of my php but it still wont work.
– Kaye Louise
1 hour ago













Did you checked php -v in your command line?
– Sohel Rana
1 hour ago




Did you checked php -v in your command line?
– Sohel Rana
1 hour ago












yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago




yes. its 7.2.11. while the php version used in mamp is 7.2.8
– Kaye Louise
1 hour ago












Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago




Now downgrade it to 7.1 or 7.0
– Sohel Rana
1 hour ago












Thanks man! Its working now
– Kaye Louise
1 hour ago




Thanks man! Its working now
– Kaye Louise
1 hour ago










Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.












Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.











Kaye Louise is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f247070%2funable-to-install-magento-2%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What does second last employer means? [closed]

List of Gilmore Girls characters

Confectionery