Browse Source

Improved the olpc-peru plugin readme - refs #4796

Yannick Warnier 12 years ago
parent
commit
1842864155
1 changed files with 16 additions and 0 deletions
  1. 16 0
      plugin/olpc_peru_filter/readme.txt

+ 16 - 0
plugin/olpc_peru_filter/readme.txt

@@ -1 +1,17 @@
 This plugin will create administration settings to configure the content filtering on OLPC Peru's XS servers (uses Squid).
 This plugin will create administration settings to configure the content filtering on OLPC Peru's XS servers (uses Squid).
+
+In order to test this plugin, you should have a working version of the Squid
+proxy system as well as a series of directories and files. Here is an example
+on how to generate a fake structure that will work with the default plugin
+config (it is *not* a secure way to do it, though, so don't use in production):
+sudo mkdir /var/sqg
+sudo mkdir /var/squidGuard
+sudo mkdir /var/squidGuard/blacklists
+sudo mkdir /var/squidGuard/blacklists/Games
+sudo touch /var/sqg/blacklists
+sudo chmod -R 0777 /var/sqg
+sudo chmod -R 0777 /var/squidGuard/blacklists
+
+After that, enable the plugin, then go to some course's config screen and
+check/uncheck the "Games" option. Now check that it updated the 
+/var/sqg/blacklists file... That's all folks!