Browse Source

Download the code

Bob Mottram 10 years ago
parent
commit
e4ad775217
2 changed files with 39 additions and 12 deletions
  1. 9
    1
      installation.org
  2. 30
    11
      website/installation.html

+ 9
- 1
installation.org View File

7
 #+BEGIN_CENTER
7
 #+BEGIN_CENTER
8
 [[./images/logo.png]]
8
 [[./images/logo.png]]
9
 #+END_CENTER
9
 #+END_CENTER
10
-| [[file:index.html][Home]] | [[On a Beaglebone Black]] | [[On other hardware]] | [[Internet Router]] |
10
+| [[file:index.html][Home]] | [[Download the code]] | [[On a Beaglebone Black]] | [[On other hardware]] | [[Internet Router]] |
11
 
11
 
12
+* Download the code
13
+Firstly you'll need to download the code as follows:
14
+
15
+#+BEGIN_SRC bash
16
+sudo apt-get install git
17
+git clone https://github.com/bashrc/freedombone
18
+cd freedombone
19
+#+END_SRC
12
 * On a Beaglebone Black
20
 * On a Beaglebone Black
13
 To get started you will need:
21
 To get started you will need:
14
 
22
 

+ 30
- 11
website/installation.html View File

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2014-10-26 Sun 20:48 -->
7
+<!-- 2014-10-26 Sun 22:02 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
166
 <col  class="left" />
166
 <col  class="left" />
167
 
167
 
168
 <col  class="left" />
168
 <col  class="left" />
169
+
170
+<col  class="left" />
169
 </colgroup>
171
 </colgroup>
170
 <tbody>
172
 <tbody>
171
 <tr>
173
 <tr>
172
 <td class="left"><a href="index.html">Home</a></td>
174
 <td class="left"><a href="index.html">Home</a></td>
173
-<td class="left"><a href="#unnumbered-1">On a Beaglebone Black</a></td>
174
-<td class="left"><a href="#unnumbered-2">On other hardware</a></td>
175
-<td class="left"><a href="#unnumbered-3">Internet Router</a></td>
175
+<td class="left"><a href="#unnumbered-1">Download the code</a></td>
176
+<td class="left"><a href="#unnumbered-2">On a Beaglebone Black</a></td>
177
+<td class="left"><a href="#unnumbered-3">On other hardware</a></td>
178
+<td class="left"><a href="#unnumbered-4">Internet Router</a></td>
176
 </tr>
179
 </tr>
177
 </tbody>
180
 </tbody>
178
 </table>
181
 </table>
179
 
182
 
180
 <div id="outline-container-unnumbered-1" class="outline-2">
183
 <div id="outline-container-unnumbered-1" class="outline-2">
181
-<h2 id="unnumbered-1">On a Beaglebone Black</h2>
184
+<h2 id="unnumbered-1">Download the code</h2>
182
 <div class="outline-text-2" id="text-unnumbered-1">
185
 <div class="outline-text-2" id="text-unnumbered-1">
183
 <p>
186
 <p>
187
+Firstly you'll need to download the code as follows:
188
+</p>
189
+
190
+<div class="org-src-container">
191
+
192
+<pre class="src src-bash">sudo apt-get install git
193
+git clone https://github.com/bashrc/freedombone
194
+<span class="org-builtin">cd</span> freedombone
195
+</pre>
196
+</div>
197
+</div>
198
+</div>
199
+<div id="outline-container-unnumbered-2" class="outline-2">
200
+<h2 id="unnumbered-2">On a Beaglebone Black</h2>
201
+<div class="outline-text-2" id="text-unnumbered-2">
202
+<p>
184
 To get started you will need:
203
 To get started you will need:
185
 </p>
204
 </p>
186
 
205
 
298
 </div>
317
 </div>
299
 </div>
318
 </div>
300
 
319
 
301
-<div id="outline-container-unnumbered-2" class="outline-2">
302
-<h2 id="unnumbered-2">On other hardware</h2>
303
-<div class="outline-text-2" id="text-unnumbered-2">
320
+<div id="outline-container-unnumbered-3" class="outline-2">
321
+<h2 id="unnumbered-3">On other hardware</h2>
322
+<div class="outline-text-2" id="text-unnumbered-3">
304
 <p>
323
 <p>
305
 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.
324
 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.
306
 </p>
325
 </p>
307
 </div>
326
 </div>
308
 </div>
327
 </div>
309
-<div id="outline-container-unnumbered-3" class="outline-2">
310
-<h2 id="unnumbered-3">Internet Router</h2>
311
-<div class="outline-text-2" id="text-unnumbered-3">
328
+<div id="outline-container-unnumbered-4" class="outline-2">
329
+<h2 id="unnumbered-4">Internet Router</h2>
330
+<div class="outline-text-2" id="text-unnumbered-4">
312
 <p>
331
 <p>
313
 On your internet router, typically under firewall settings, open the following ports and forward them to the Freedombone.
332
 On your internet router, typically under firewall settings, open the following ports and forward them to the Freedombone.
314
 </p>
333
 </p>