Index: openacs-4/packages/acs-core-docs/www/analog-install.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/analog-install.adp,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-core-docs/www/analog-install.adp 7 Aug 2017 23:47:49 -0000 1.2 @@ -0,0 +1,44 @@ + +{/doc/acs-core-docs {ACS Core Documentation}} {Install Analog web file analyzer} +Install Analog web file analyzer + + +
+

+Install Analog web file analyzer

Download the Analog source tarball in /tmp. Unpack, compile, and install +analog.

+[root aolserver]# cd /usr/local/src
+[root src]# tar xzf /tmp/analog-5.32.tar.gz
+[root src]# cd analog-5.32
+[root analog-5.32]# make
+cd src && make
+make[1]: Entering directory `/usr/local/src/analog-5.32/src'
+(many lines omitted)
+***IMPORTANT: You must read the licence before using analog
+***
+make[1]: Leaving directory `/usr/local/src/analog-5.32/src'
+[root analog-5.32]# cd ..
+[root src]# mv analog-5.32 /usr/share/
+[root src]#
+cd /usr/local/src
+tar xzf /tmp/analog-5.32.tar.gz
+cd analog-5.32
+make
+cd ..
+mv analog-5.32 /usr/share/
+

See also the section called +“Set up Log Analysis +Reports” +

+
+ + \ No newline at end of file