Search code examples
phpbashxamppcraftcms

Can't setup craft cms on mac


I downloaded a craft project on my htdocs folder from xampp on my mac. When I run ./craft setup on the terminal it shows me this error:

-bash: ./craft: Permission denied

How to fix this error? Thank's!


Solution

  • please try sudo ./craft setup!

    The error means that the script does something that the user is not privileged to do!

    If that does not help, try to set other user rights to the file! Please try chmod u+x craft and then ./craft setup!