[tor-commits] [webwml/staging] Add OpenBSD installation instruction

arma at torproject.org arma at torproject.org
Thu Mar 29 18:59:50 UTC 2018


commit 547e1bd8eccda0e712ee802a3f97e54e82b617d0
Author: hiromipaw <hiro at torproject.org>
Date:   Fri Jan 12 16:26:41 2018 +0100

    Add OpenBSD installation instruction
---
 docs/en/openbsd.wml | 39 +++++++++++++++++++++++++++++++++++++++
 docs/en/sidenav.wmi |  3 +++
 2 files changed, 42 insertions(+)

diff --git a/docs/en/openbsd.wml b/docs/en/openbsd.wml
new file mode 100644
index 00000000..4dd00666
--- /dev/null
+++ b/docs/en/openbsd.wml
@@ -0,0 +1,39 @@
+## translation metadata
+# Revision: $Revision$
+# Translation-Priority: 2-medium
+
+#include "head.wmi" TITLE="Tor Project: OpenBSD Install Instructions" CHARSET="UTF-8"
+<div id="content" class="clearfix">
+  <div id="breadcrumbs">
+    <a href="<page index>">Home » </a>
+    <a href="<page docs/documentation>">Documentation » </a>
+    <a href="<page docs/tor-doc-osx>">OpenBSD Client</a>
+  </div>
+  <div id="maincol">
+    <h1>Running Tor on OpenBSD</h1>
+    <br>
+
+    <h2>These are advanced installation instructions for running
+    Tor in a OpenBSD environment.
+    </h2>
+
+    <p>To install from OpenBSD's packages, run:</p>
+
+
+    <pre>pkg_add tor-browser</pre>
+
+   
+    <p>To install the Tor Browser port from an updated ports tree, run:</p>
+
+    <pre>cd /usr/ports/meta/tor-browser && make installr</pre>
+
+  </div>
+  <!-- END MAINCOL -->
+  <div id = "sidecol">
+#include "side.wmi"
+#include "info.wmi"
+  </div>
+  <!-- END SIDECOL -->
+</div>
+<!-- END CONTENT -->
+#include <foot.wmi>
diff --git a/docs/en/sidenav.wmi b/docs/en/sidenav.wmi
index 926a3141..3b7b08dd 100644
--- a/docs/en/sidenav.wmi
+++ b/docs/en/sidenav.wmi
@@ -39,6 +39,9 @@
           {'url'  => 'docs/rpms',
            'txt'  => 'Installing Tor on Fedora/CentOS',
           },
+	  {'url'  => 'docs/openbsd',
+	   'txt'  => 'Installing Tor on OpenBSD',
+	  },
           {'url'  => 'docs/tor-doc-unix',
            'txt'  => 'Installing Tor Source',
           },





More information about the tor-commits mailing list