Download the code
This commit is contained in:
parent
ed79c29bfe
commit
e4ad775217
|
@ -7,8 +7,16 @@
|
|||
#+BEGIN_CENTER
|
||||
[[./images/logo.png]]
|
||||
#+END_CENTER
|
||||
| [[file:index.html][Home]] | [[On a Beaglebone Black]] | [[On other hardware]] | [[Internet Router]] |
|
||||
| [[file:index.html][Home]] | [[Download the code]] | [[On a Beaglebone Black]] | [[On other hardware]] | [[Internet Router]] |
|
||||
|
||||
* Download the code
|
||||
Firstly you'll need to download the code as follows:
|
||||
|
||||
#+BEGIN_SRC bash
|
||||
sudo apt-get install git
|
||||
git clone https://github.com/bashrc/freedombone
|
||||
cd freedombone
|
||||
#+END_SRC
|
||||
* On a Beaglebone Black
|
||||
To get started you will need:
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2014-10-26 Sun 20:48 -->
|
||||
<!-- 2014-10-26 Sun 22:02 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -165,22 +165,41 @@ for the JavaScript code in this tag.
|
|||
|
||||
<col class="left" />
|
||||
|
||||
<col class="left" />
|
||||
|
||||
<col class="left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="left"><a href="index.html">Home</a></td>
|
||||
<td class="left"><a href="#unnumbered-1">On a Beaglebone Black</a></td>
|
||||
<td class="left"><a href="#unnumbered-2">On other hardware</a></td>
|
||||
<td class="left"><a href="#unnumbered-3">Internet Router</a></td>
|
||||
<td class="left"><a href="#unnumbered-1">Download the code</a></td>
|
||||
<td class="left"><a href="#unnumbered-2">On a Beaglebone Black</a></td>
|
||||
<td class="left"><a href="#unnumbered-3">On other hardware</a></td>
|
||||
<td class="left"><a href="#unnumbered-4">Internet Router</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div id="outline-container-unnumbered-1" class="outline-2">
|
||||
<h2 id="unnumbered-1">On a Beaglebone Black</h2>
|
||||
<h2 id="unnumbered-1">Download the code</h2>
|
||||
<div class="outline-text-2" id="text-unnumbered-1">
|
||||
<p>
|
||||
Firstly you'll need to download the code as follows:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">sudo apt-get install git
|
||||
git clone https://github.com/bashrc/freedombone
|
||||
<span class="org-builtin">cd</span> freedombone
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-unnumbered-2" class="outline-2">
|
||||
<h2 id="unnumbered-2">On a Beaglebone Black</h2>
|
||||
<div class="outline-text-2" id="text-unnumbered-2">
|
||||
<p>
|
||||
To get started you will need:
|
||||
</p>
|
||||
|
||||
|
@ -298,17 +317,17 @@ Any manual post-installation setup instructions or passwords can be found in <b>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-unnumbered-2" class="outline-2">
|
||||
<h2 id="unnumbered-2">On other hardware</h2>
|
||||
<div class="outline-text-2" id="text-unnumbered-2">
|
||||
<div id="outline-container-unnumbered-3" class="outline-2">
|
||||
<h2 id="unnumbered-3">On other hardware</h2>
|
||||
<div class="outline-text-2" id="text-unnumbered-3">
|
||||
<p>
|
||||
It's also possible to install Freedombone onto other hardware, such as an old laptop or other type of single board computer. Any system with a fresh installation of Debian Jessie will do. Just make sure that you change the variable INSTALLING_ON_BBB to "no" within <b>freedombone.cfg</b> or the <b>install-freedombone.sh</b> script. Obviously, you don't need to run the <b>initial_setup.sh</b> script on non-Beaglebone systems.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-unnumbered-3" class="outline-2">
|
||||
<h2 id="unnumbered-3">Internet Router</h2>
|
||||
<div class="outline-text-2" id="text-unnumbered-3">
|
||||
<div id="outline-container-unnumbered-4" class="outline-2">
|
||||
<h2 id="unnumbered-4">Internet Router</h2>
|
||||
<div class="outline-text-2" id="text-unnumbered-4">
|
||||
<p>
|
||||
On your internet router, typically under firewall settings, open the following ports and forward them to the Freedombone.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue