File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,18 @@ MANUAL INSTALL:
26
26
2. Download Coder from git.
27
27
# git clone https://github.com/googlecreativelab/coder.git
28
28
29
- 3. In coder-base run "npm install" to download all the
30
- needed modules.
31
-
32
- 4. Install the basic Coder apps.
29
+ 3. Install the basic Coder apps.
33
30
# cd coder-apps
34
- # ./install_common.sh
31
+ # ./install_common.sh ../coder-base
32
+
33
+ Optional: Raspberry Pi additions to the code can be installed with:
34
+ # ./install_pi.sh ../coder-base
35
+ Note that there are a number of additional changes made to the OS.
36
+ These additional configurations can be found in the raspbian-addons
37
+ directory. See below.
38
+
39
+ 4. In coder-base run "npm install" to download all the
40
+ needed modules.
35
41
36
42
5. Edit config.js to your liking. I recommend starting
37
43
with the settings in config.js.localhost and running
@@ -54,7 +60,7 @@ and keep your Pi password in sync with your Coder password.
54
60
There's some convoluted system configuration involved, which is
55
61
probably why you'd want to start with the Coder disk image,
56
62
but the modified apps are available by running ./install_pi.sh
57
- after step 4 . Modifications to the stock raspbian configuration
63
+ after step 3 . Modifications to the stock raspbian configuration
58
64
can be found in raspbian-addons.
59
65
60
66
You can’t perform that action at this time.
0 commit comments