Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: local mountain lion os x install permission problems

$
0
0
You need to use the user and group that your local web server is running. www-data is an Ubuntu related one, maybe some other OS's as well, but its not OSX related.

Perms go like this
 User:Group

If memory serves me correctly on OSX you should do something like this
 sudo chown www:www file.name

Don't forget the
sudo chown -R www:www file.name
if you need to recursivley change.

Viewing all articles
Browse latest Browse all 13117

Trending Articles