diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-01-19 09:12:30 -0600 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-01-19 09:12:30 -0600 |
commit | e4b529d1050e9bb9e81d8477ff08300bbc60c1e9 (patch) | |
tree | 3c1d6efb9bff90552118f50f2a34053f9b583e2f | |
parent | e2a4625e17c887f7a6f0f2da5255cc0d958088d0 (diff) | |
download | bcfg2-e4b529d1050e9bb9e81d8477ff08300bbc60c1e9.tar.gz bcfg2-e4b529d1050e9bb9e81d8477ff08300bbc60c1e9.tar.bz2 bcfg2-e4b529d1050e9bb9e81d8477ff08300bbc60c1e9.zip |
doc: Replace old subversion reference
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/appendix/guides/web-reports-install.txt | 3 |
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 |