close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 9, 2009, 7:58:58 AM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
112 | 112 | <fieldset> |
113 | 113 | }}} |
| 114 | |
| 115 | = 2009-06-09 = |
| 116 | |
| 117 | * 安裝 [http://piwik piwik] 來統計檔案下載次數 |
| 118 | {{{ |
| 119 | # apt-get install php5-mysql php5-gd |
| 120 | # apache2ctl restart |
| 121 | # cd /var/www/ |
| 122 | /var/www# wget http://piwik.org/latest.zip |
| 123 | /var/www# unzip latest.zip |
| 124 | /var/www# chown -R www-data:www-data piwik/ |
| 125 | }}} |