调整目录权限需要执行下面的三条命令
chown -R www.www /data/wwwroot/
find /data/wwwroot/ -type d -exec chmod 755 {} \;
find /data/wwwroot/ -type f -exec chmod 644 {} \;
然后再刷新网页,进入安装页面:
然后遇到了
In case you are using an ad blocker, please disable it for this site to make sure Matomo works without any issues.
这个是提示有浏览器广告拦截插件,需要先禁用,不然可能会导致安装失败等问题。