aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-02-25 00:27:16 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-03-28 01:37:27 +0200
commitad2a3e0b7f398c51a3dbc8a5966c1f995c1d08dd (patch)
treee6c579f04fb6dac6eed225b94d2e10407245df8a /README
parentd15be28e760ecaa38535e71009a17e9132ea4100 (diff)
README: Add additional details/notes on weblogs components/dependencies.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 16 insertions, 4 deletions
diff --git a/README b/README
index c9bc05f..784b2ae 100644
--- a/README
+++ b/README
@@ -1,4 +1,6 @@
-1. Install dependencies
+Installation
+============
+
apt-get install python-bsddb3
apt-get install awffull
apt-get install webalizer
@@ -6,7 +8,17 @@ apt-get install webdruid
apt-get install visitors
apt-get install dnshistory
-Get ip2location Python script from http://www.ip2location.com/developers/python
-and DB4 IP-Country-Region-City-ISP Database from
-http://www.ip2location.com/databases/db4-ip-country-region-city-isp
+Get ip2location Python module from http://www.ip2location.com/developers/python
+(or via "pip install ip2location" - preferred).
+
+Get ip2location IP-Country-Region-City-ISP Database ("DB4") from
+http://www.ip2location.com/databases/db4-ip-country-region-city-isp .
+Note: ip2location databases are commercial products. For testing,
+sample DB4 database can used (free):
+http://www.ip2location.com/downloads/sample.bin.db4.zip
+
+Notes
+=====
+"dnshistory" toolhttp://www.stedee.id.au/navigation/dnshistory
+is used for reverse DNS lookups (and storing result to Berkeley DB).