aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-12-10 15:49:01 +1000
committeronefang2019-12-10 15:49:01 +1000
commitaa916bc92a8a239c30b03bac06a0f0fc468a846b (patch)
tree8622a77832d232f8b275a92964fc67d4940eadd4 /README.md
parentAdd RRD data collection, and a speed graph. (diff)
downloadapt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.zip
apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.gz
apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.bz2
apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.xz
Add stuff needed for those detailed graphs using apt-panopticon_cgp.
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd7849e..b976be6 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,37 @@ installed -
43* rrdtool, may need to include lua-rrd. 43* rrdtool, may need to include lua-rrd.
44* xz, on Debian based systems it'll be in the xz-utils package. 44* xz, on Debian based systems it'll be in the xz-utils package.
45 45
46If you want to have lots of graphs, also install
47[https://sledjhamr.org/cgit/apt-panopticon_cgp/](https://sledjhamr.org/cgit/apt-panopticon_cgp/).
48
49Web installation.
50-----------------
51
52This is a suggestion for installation on a Devuan based web server.
53
54Create -
55
56/var/www/html/apt-panopticon
57
58Install apt-panopticon and apt-panopticon_cgp there, so you end up with -
59
60/var/www/html/apt-panopticon/apt-panopticon
61/var/www/html/apt-panopticon/apt-panopticon_cgp
62
63The script update_apt-panopticon is an example script for updating
64everything, including commented out commands to update the source code.
65The file apt-panopticron is an example crontab file for updating
66everything once every ten minutes. They assume your web server user is
67www-data with a group of www-data, and you have a mirror user called
68mirrors. For mirror operators, that mirrors user would be the owner of
69the mirror files. You can change these to suite yourself.
70
71Once everything is updated,
72/var/www/html/apt-panopticon/results/Report-web.html
73
74will point to the main web page, and there will be a link at the bottom of
75that pointing to the detailed graphs.
76
46Using it. 77Using it.
47--------- 78---------
48 79