[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r22356: {website} update the directions for running a mirror. we need to compl (website/trunk/en)
Author: phobos
Date: 2010-05-17 11:36:03 +0000 (Mon, 17 May 2010)
New Revision: 22356
Modified:
website/trunk/en/running-a-mirror.wml
Log:
update the directions for running a mirror. we need to completely
rework mirrors altogether.
Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml 2010-05-17 11:32:27 UTC (rev 22355)
+++ website/trunk/en/running-a-mirror.wml 2010-05-17 11:36:03 UTC (rev 22356)
@@ -14,24 +14,16 @@
page</a>. We've included some sample commands and configuration below
to make the initial setup and ongoing maintenance a minimal effort.
The Tor website and distribution directory currently require 5.0 GB of
-disk space. The /dist directory alone is roughly 1.5 GB.</p>
+disk space.</p>
<p>
-If you would like to run a mirror (website + dist), it's as easy as this command to download
+If you would like to run a mirror, it's as easy as this command to download
everything a mirror should share with the world:
<br /> <br />
<tt>
rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/
</tt>
-<br /> <br />
-If you would like to run only a dist/ mirror (distribution only), it's as easy as this command to
-download everything a dist mirror should share with the world:
-<br /> <br />
-<tt>
-rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/
-</tt>
-
<p>
In order to assure we have reliable and up to date mirrors,
please ensure your mirror does at least the following:<br/><br/>
@@ -69,9 +61,9 @@
configuration file to use:
<tt>
<pre>
-<VirtualHost 1.2.3.4:80>
+<VirtualHost 0.1.2.3:80>
ServerAdmin youremail@xxxxxxxxxxx<br/>
- ServerName 1.2.3.4<br/>
+ ServerName 0.1.2.3<br/>
DocumentRoot /var/www/mirrors/torproject.org<br/>
@@ -97,8 +89,6 @@
Help for mirror support and configuration issues may also be found on the list.
</p>
-
-
</div><!-- #main -->
#include <foot.wmi>