piwik image guide - intlmarket.alicdn.com · 3lzln ,pdjh *xlgh 3djh ri kwws hq zhevriw frp [grfv...

22
Piwik Image Guide Page 1 of 22 http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Upload: nguyenque

Post on 27-Feb-2019

213 views

Category:

Documents


0 download

TRANSCRIPT

Piwik Image Guide Page 1 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 2 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

mysql -uroot –p

MySQL [(none)]> create database mydbname;

MySQL [(none)]> show databases;

Piwik Image Guide Page 3 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

MySQL [(none)]> grant all privileges on mydbname.* to

username@'localhost' identified by 'userpassword';

MySQL [(none)]> flush privileges;

MySQL [(none)]> exit;

[root@iZbp1i4rjdsy216yq7lgucZ ~]# cd /root/oneinstack

[root@iZbp1i4rjdsy216yq7lgucZ oneinstack]# ./vhost.sh

Piwik Image Guide Page 4 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 5 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 6 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 7 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 8 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 9 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

[General] enable_plugin_upload=1

Piwik Image Guide Page 10 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

piwik/config/config.ini.php

piwik/plugins/*

Piwik Image Guide Page 11 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 12 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 13 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 14 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 15 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

<!-- Piwik -->

<script type="text/javascript">

var _paq = _paq || [];

/* tracker methods like "setCustomDimension" should be called before "trackPageView" */

_paq.push(['trackPageView']);

_paq.push(['enableLinkTracking']);

(function() {

var u="//47.88.224.34/piwik/";

_paq.push(['setTrackerUrl', u+'piwik.php']);

_paq.push(['setSiteId', '1']);

var d=document, g=d.createElement('script'), s=d.getElementsByTagName

g.type='text/javascript'; g.async=true; g.defer=true; g.src

})();

</script>

<!-- End Piwik Code -->

Piwik Image Guide Page 16 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 17 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 18 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

chown -R www.www /data/wwwroot/default/piwik

find /data/wwwroot/default/piwik -type d -exec chmod 755 {} \;

find /data/wwwroot/default/piwik -type f -exec chmod 644 {} \;

, ,

Piwik Image Guide Page 19 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

; Maximum size of POST data that PHP will accept.

post_max_size = 16M

; Maximum allowed size for uploaded files.

upload_max_filesize = 16M

# service httpd restart

Piwik Image Guide Page 20 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

# service httpd restart

; Maximum execution time of each script, in seconds

; http://php.net/max-execution-time

; Note: This directive is hardcoded to 0 for the CLI SAPI

max_execution_time = 90

; Maximum amount of time each script may spend parsing request data

; idea to limit this time on productions servers in order to eliminate unexpectedly

; long running scripts.

<IfModule mod_php5.c>

php_value max_execution_time 90

</IfModule>

Piwik Image Guide Page 21 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30

Piwik Image Guide Page 22 of 22

http://en.websoft9.com/xdocs/piwik-image-guide/ 2017-07-30