Hi there, im trying to test Kirby on my machine. But when I copy everything into the Terminal as mentioned in the “Get up and running guide” and hit enter, I just get a “zsh: permission denied” with the path of the Kirby folder.
ls -la gives the same result: zsh: permission denied.
And with cd Desktop/starterkit-main the result is: cd: too many arguments. The same if I have it in the users folder.
You must be inside the starterkit-main folder and then call php -S localhost:8000 kirby/router.php.
Another way to open the folder in Terminal is to rightclick on the folder in Finder, then from the context menu choose Services => Open new terminal at folder.
Still does not seam to work. If I open the folder with => Open new terminal at folder the result is: zsh: command not found: php. If I just drag and drop it into Terminal it still shows:zsh: permission denied.
Command not found means that either php is not installed on your machine or it’s not in your path. Since macOS Monterey, PHP isn’t preinstalled anymore.
If you are not familiar with the Terminal, maybe consider using a tool like Mamp instead. It comes with everything you need to run Kirby: