summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-02-23 10:43:09 -0500
committerWill Woods <wwoods@redhat.com>2009-02-23 10:43:09 -0500
commit08ff4bee10d51f35cbb55a03cbce420b89433b79 (patch)
tree158256cb1d3a1ed91e3e1537421b5f4b1093d961 /README
parent67e86ac7b8d31473999edb75e25fedb2cb947e29 (diff)
downloaddebuginfofs-08ff4bee10d51f35cbb55a03cbce420b89433b79.tar.gz
debuginfofs-08ff4bee10d51f35cbb55a03cbce420b89433b79.tar.xz
debuginfofs-08ff4bee10d51f35cbb55a03cbce420b89433b79.zip
Split README into client/server, bring back debuginfofs.sysconfig for the client service
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 3 insertions, 21 deletions
diff --git a/README b/README
index 8879236..a74020b 100644
--- a/README
+++ b/README
@@ -1,26 +1,8 @@
Fetching data for a debuginfofs server: the easy way
-1) edit config.sh - the defaults should be fine for most people.
-2) edit rsync-fedora-debuginfo.sh
- - Change 'server' to something closer to you
- - If you need something other than Fedora, you're on your own.
-
-Fetching data for a debuginfofs server: complete instructions
-1) edit config.sh - again, the defaults should be fine for most people.
-2) Fetch all the debuginfo RPMs somewhere
- - If you've got them on an NFS mount somewhere, this is easy.
- - Eventually there'll be a 'fetch-debuginfo-rpms' script that will do the
- right thing for Fedora or RHEL, let you use http/ftp mirrors, etc.
- - For now: you're on your own.
-3) find $rpmdir -name "*.rpm" -exec ./unpack-debuginfo.sh my-debuginfo-dir {} +
-4) ./make-links.sh my-debuginfo-dir
+1) Edit /etc/debuginfofs.conf (if needed)
+2) run debuginfofs-mirror REPO [REPO...]
Running the debuginfofs server
-1) cp dav-debuginfo.conf /etc/httpd/conf.d
+1) vi /etc/httpd/conf.d/dav-debuginfo.conf
- Make sure the Alias line matches exportdir in config.sh
2) service httpd start
-
-Mounting the debuginfofs on the client
-1) cp debuginfofs.init /etc/init.d
-2) cp debuginfofs.sysconfig /etc/sysconfig/debuginfofs
- - Make sure DEBUGINFOFS_HOST matches your server
-3) service debuginfofs start