add instructions for linux distributions with rpm packaging.
Andrew Lewman

Andrew Lewman commited on 2010-02-08 13:31:24
Zeige 1 geänderte Dateien mit 75 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,75 @@
1
+## translation metadata
2
+# Revision: $Revision: 19802 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor: CentOS/Fedora/OpenSUSE Instructions" CHARSET="UTF-8"
6
+
7
+<div class="center">
8
+
9
+<div class="main-column">
10
+
11
+<a id="rpms"></a>
12
+<h2><a class="anchor" href="#rpms">Tor packages for rpm-based
13
+linux distributions.</a></h2>
14
+<br />
15
+
16
+<p>Do not use the packages in the native repositories.</b> They are
17
+frequently out of date. That means you'll be missing stability and
18
+security fixes.
19
+</p>
20
+
21
+<p>
22
+You'll need to set up our package repository before you can fetch
23
+Tor.  Assuming yum, in /etc/yum.repos.d/, create a file called
24
+torproject.repo.  Edit this file with the following information:
25
+<tt>[torproject]
26
+name=Tor and Vidalia
27
+enabled=1
28
+autorefresh=0
29
+baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/
30
+type=rpm-md
31
+gpgcheck=1
32
+gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org
33
+</tt>
34
+
35
+where you substitute the word (centos4, centos5, fc10, fc11, fc12,
36
+opensuse) in place of DISTRIBUTION.
37
+</p>
38
+
39
+<p>
40
+Now Tor is installed and running. Move on to <a href="<page
41
+docs/tor-doc-unix>#polipo">step two</a> of the "Tor on Linux/Unix"
42
+instructions.
43
+</p>
44
+
45
+<p style="font-size: small">
46
+The DNS name <code>deb.torproject.org</code> is actually a set of independent
47
+servers in a DNS round robin configuration.  If you for some reason cannot
48
+access it you might try to use the name of one of its part instead.  Try
49
+<code>deb-master.torproject.org</code>,
50
+<code>mirror.netcologne.de</code> or
51
+<code>tor.mirror.youam.de</code>.
52
+</p>
53
+
54
+<hr />
55
+
56
+<hr />
57
+
58
+<a id="source"></a>
59
+<h2><a class="anchor" href="#source">Building from source</a></h2>
60
+<br />
61
+
62
+<p>
63
+If you'd like to build from source, please follow the <a
64
+href="<gitblob>doc/tor-rpm-creation.txt">rpm creation instructions</a>.
65
+</p>
66
+
67
+<hr />
68
+
69
+<p>If you have suggestions for improving this document, please <a
70
+href="<page contact>">send them to us</a>. Thanks!</p>
71
+
72
+  </div><!-- #main -->
73
+</div>
74
+
75
+#include <foot.wmi>
0 76