summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-01-19 09:12:30 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-01-19 09:12:30 -0600
commite4b529d1050e9bb9e81d8477ff08300bbc60c1e9 (patch)
tree3c1d6efb9bff90552118f50f2a34053f9b583e2f /doc/appendix
parente2a4625e17c887f7a6f0f2da5255cc0d958088d0 (diff)
downloadbcfg2-e4b529d1050e9bb9e81d8477ff08300bbc60c1e9.tar.gz
bcfg2-e4b529d1050e9bb9e81d8477ff08300bbc60c1e9.tar.bz2
bcfg2-e4b529d1050e9bb9e81d8477ff08300bbc60c1e9.zip
doc: Replace old subversion reference
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/guides/web-reports-install.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/appendix/guides/web-reports-install.txt b/doc/appendix/guides/web-reports-install.txt
index af2e240fa..39b08cbf1 100644
--- a/doc/appendix/guides/web-reports-install.txt
+++ b/doc/appendix/guides/web-reports-install.txt
@@ -148,8 +148,9 @@ statistics to the database).
Download the static reports content::
+ [root@system01 ~]# git clone git://git.mcs.anl.gov/bcfg2
[root@system01 ~]# cd /var/www/
- [root@system01 ~]# svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2/reports
+ [root@system01 ~]# mv /path/to/bcfg2/checkout/reports ./
Configure Apache using :ref:`dynamic-http-install` as a guide