6e82c4d8426cef9bfe9e874b3b8c55e3dd3e0a7c
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor Project: CentOS/Fedora/OpenSUSE Instructions" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/rpms>">RPMs</a>
11)   </div>
12)   <div id="maincol"> 
13)     <a id="rpms"></a>
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

14)     <h2><a class="anchor" href="#rpms">Tor packages for RPM-based
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     linux distributions.</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

16)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

17)     
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

18)     <p><strong>Do not</strong> use the packages in the native repositories. They are
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

19)     frequently out of date. That means you'll be missing stability and
20)     security fixes.
21)     </p>
22)     
23)     <p>
24)     You'll need to set up our package repository before you can fetch
25)     Tor.  Assuming yum, in /etc/yum.repos.d/, create a file called
26)     torproject.repo.  Edit this file with the following information:
Sebastian Hahn <pre> implicitly closes <p>...

Sebastian Hahn authored 11 years ago

27)     </p>
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

28) <pre>[tor-experimental]
29) name=Tor experimental repo
30) enabled=1
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

31) baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/$basearch/
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

32) gpgcheck=1
33) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
34) 
35) [tor-experimental-source]
36) name=Tor experimental source repo
Robert Ransom Remove spurious whitespace

Robert Ransom authored 13 years ago

37) enabled=1
38) autorefresh=0
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

39) baseurl=http://deb.torproject.org/torproject.org/rpm/DISTRIBUTION/SRPMS
Robert Ransom Remove spurious whitespace

Robert Ransom authored 13 years ago

40) gpgcheck=1
Peter Palfrader Maybe that makes vertical s...

Peter Palfrader authored 11 years ago

41) gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
42) </pre>
Sebastian Hahn <pre> implicitly closes <p>...

Sebastian Hahn authored 11 years ago

43)     <p>
Peter Palfrader Patch docs/rpm per Ondrej's...

Peter Palfrader authored 11 years ago

44)     If you wish to track the experimental releases of Tor, you should substitute
Sebastian Hahn <pre> implicitly closes <p>...

Sebastian Hahn authored 11 years ago

45)     DISTRIBUTION with one of the following: el/5, el/6, fc/16 and fc/17
46)     </p>
47) 
Robert Ransom Tell users to install Tor b...

Robert Ransom authored 13 years ago

48)     <p>
49)     Then install Tor by running:
50)     </p>
51) <pre>yum install tor</pre>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

52)     
53)     <p>
54)     Now Tor is installed and running. Move on to <a href="<page
Andrew Lewman update the step two link.

Andrew Lewman authored 12 years ago

55)     docs/tor-doc-unix>#using">step two</a> of the "Tor on Linux/Unix"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

56)     instructions.
57)     </p>
58)     
59)     <p style="font-size: small">
60)     The DNS name <code>deb.torproject.org</code> is actually a set of independent
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

61)     servers in a DNS round-robin configuration.  If for some reason you cannot
62)     use it, you might be able to access one of the individual servers
63)     instead.  Try
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

64)     <code>deb-master.torproject.org</code>,
65)     <code>mirror.netcologne.de</code> or
66)     <code>tor.mirror.youam.de</code>.
67)     </p>
68)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

69)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

70)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

71)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

72)     
73)     <a id="source"></a>
74)     <h2><a class="anchor" href="#source">Building from source</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

75)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

76)     
77)     <p>
78)     If you'd like to build from source, please follow the <a
Robert Ransom Minor language cleanup

Robert Ransom authored 13 years ago

79)     href="<gitblob>doc/tor-rpm-creation.txt">RPM creation instructions</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

80)     </p>
81)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

82)     <hr>