I am using my MacBook as a local dev environment. In order to make the files publishable I had to give my web folder user and group of _www:_www
using chown
.
I'm using another account to log into my MacBook and it will not let me edit the files. I have also tried adding my user to _www
group using the following command, but still no success.
sudo dseditgroup -o edit -a myusername -t user _www
No comments:
Post a Comment