aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMaarten Vanraes <alien@mageia.org>2012-02-26 16:11:40 +0000
committerMaarten Vanraes <alien@mageia.org>2012-02-26 16:11:40 +0000
commitef020d58538abb702b8181be990dba6424019b89 (patch)
treeafa7ae1337f85f466e753d3405934745a9f4d1db /README
parentd945dae68603c6160b3ecf79a519a7a9ebb036ba (diff)
downloadurpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar
urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar.gz
urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar.bz2
urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.tar.xz
urpmi-proxy-ef020d58538abb702b8181be990dba6424019b89.zip
Import version 0.2.40.2.4
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..14f8514
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+URPMI-PROXY:
+------------
+
+The CGI file is meant as an alias for /mageia on a webserver; so that
+it can be used as a urpmi repository and it proxies the calls with caching to
+configured repositories. Overriding with an extra local repos and turning is
+also possible.
+
+After installation (see INSTALL file), you can use eg:
+http://your.server.com/mageia/distrib/1/x86_64/
+as an urpmi distrib repository to install from or setting it in your other
+mageia machines.
+
+It proxies all releases, versions and architectures and even iso files,
+since it just caches files. Only the files you'll effectively request,
+will be stored in the cache though. Even though some files are always checked
+before checking for cache, in the event that those files can't be checked,
+it'll use those cached files anyway.
+
+ADVANCED USAGE:
+---------------
+This standard usages will let you cache your whole network (or chroots), but
+not the machine this urpmi-proxy is running on. You can actually do this by
+configuring the sources in the config file to the ones you were using in your
+urpmi settings, and then remove all configured media from urpmi; then
+adding the media, directly from your server with this proxy url.