Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
awstats [2012/04/10 11:29]
127.0.0.1 external edit
awstats [2015/06/01 15:45]
steve [Setup]
Line 5: Line 5:
 ==== Setup ==== ==== Setup ====
  
-  * Download the [[http://​dev.digitaltrike.com/​~steve/​downloads/​awstats-7.0.tar.gz|tarball]] and unpack it into ''/​usr/​local/​awstats''​+  * Download the tarball and unpack it into ''/​usr/​local/​awstats''​
   * Make new directory ''/​var/​lib/​awstats''​ to store the data.   * Make new directory ''/​var/​lib/​awstats''​ to store the data.
   * Run ''/​usr/​local/​awstats/​tools/​awstats_configure.pl''​ to setup initial configuration.   * Run ''/​usr/​local/​awstats/​tools/​awstats_configure.pl''​ to setup initial configuration.
Line 15: Line 15:
  
 <​code>​ <​code>​
-wget http://​dev.digitaltrike.com/​~steve/​downloads/​awstats-7.0.tar.gz 
-tar xf awstats-7.0.tar.gz 
-mkdir /​usr/​local/​awstats 
-mkdir /​var/​lib/​awstats 
-mv awstats-7.0/​* /​usr/​local/​awstats/​ 
-cd /​usr/​local/​awstats/​ 
 ./​tools/​awstats_configure.pl ./​tools/​awstats_configure.pl
 </​code>​ </​code>​
Line 83: Line 77:
  
 <​code>​ <​code>​
-/​usr/​local/​awstats/​tools/​awstats_buildstaticpages.pl -config=dev.digitaltrike.com \+/​usr/​local/​awstats/​tools/​awstats_buildstaticpages.pl -config=dev.beandog.org \
 -update -dir=/​var/​www/​localhost/​htdocs/​awstats &> /dev/null -update -dir=/​var/​www/​localhost/​htdocs/​awstats &> /dev/null
 </​code>​ </​code>​