Hi there,
so I have matomo installed on FreeBSD machine and files looks like this:
I am trying to install some plugin for it and it gives error with this:
I'm not at home with this stuff, so I am wondering if it's good idea to follow through.
so I have matomo installed on FreeBSD machine and files looks like this:
Code:
-rw-r--r-- 1 root wheel 67626 Sep 1 23:21 CHANGELOG.md
-rw-r--r-- 1 root wheel 928 Sep 1 23:21 CONTRIBUTING.md
-rw-r--r-- 1 root wheel 8057 Sep 1 23:21 LEGALNOTICE
-rw-r--r-- 1 root wheel 35146 Sep 1 23:21 LICENSE
-rw-r--r-- 1 root wheel 4616 Sep 1 23:21 PRIVACY.md
-rw-r--r-- 1 root wheel 5448 Sep 1 23:21 README.md
-rw-r--r-- 1 root wheel 1061 Sep 1 23:21 SECURITY.md
-rw-r--r-- 1 root wheel 998 Sep 1 23:21 bower.json
-rw-r--r-- 1 root wheel 3721 Sep 1 23:21 composer.json
-rw-r--r-- 1 root wheel 116301 Sep 1 23:21 composer.lock
drwxr-xr-x 3 www www 512 Oct 8 12:41 config
-rw-r--r-- 1 root wheel 689 Sep 1 23:21 console
drwxr-xr-x 49 root wheel 4096 Oct 6 16:32 core
-rw-r--r-- 1 root wheel 730 Sep 1 23:21 index.php
drwxr-xr-x 2 root wheel 512 Oct 6 16:32 js
drwxr-xr-x 2 root wheel 2048 Oct 6 16:32 lang
drwxr-xr-x 11 root wheel 512 Oct 6 16:32 libs
drwxr-xr-x 10 root wheel 512 Oct 11 08:28 misc
-rw-r--r-- 1 www www 65403 Sep 1 23:21 piwik.js
-rw-r--r-- 1 root wheel 2760 Sep 1 23:21 piwik.php
drwxr-xr-x 72 root wheel 1536 Oct 6 16:32 plugins
drwxr-xr-x 2 root wheel 512 Oct 6 16:32 tests
drwxr-xr-x 10 www www 512 Oct 8 12:41 tmp
drwxr-xr-x 22 root wheel 512 Oct 6 16:32 vendor
I am trying to install some plugin for it and it gives error with this:
Code:
Matomo couldn't write to some directories (running as user 'www').
Try to Execute the following commands on your server, to allow Write access on these directories:
[INDENT]chown -R www:www /usr/local/www/matomo[/INDENT]
[INDENT]chmod -R 0755 /usr/local/www/matomo/plugins[/INDENT]
I'm not at home with this stuff, so I am wondering if it's good idea to follow through.