File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,35 @@ http://goo.gl/coder
8
8
#To Install
9
9
10
10
- SSH into your pi as the coder user ``` sudo su -s /bin/bash coder ```
11
- - Replace coder-dist compeletely with this cloned repo
11
+ - Replace coder-dist compeletely with this cloned repo and rename to coder-dist
12
+
13
+ ```
14
+ git clone https://github.com/nick-jonas/coder.git && mv coder coder-dist
15
+ ```
16
+
17
+
12
18
- Install NPM dependencies
13
19
14
20
```
15
- npm install ./coder-base.json ./raspbian-addons/home/coder/coder-dist/coder-base/package.json
21
+ # from repo root
22
+ cd ./coder-base/
23
+ /opt/node/bin/npm install
24
+
25
+ # from repo root
26
+ cd ./raspbian-addons/home/coder/coder-dist/coder-base/
27
+ /opt/node/bin/npm install
16
28
```
17
29
18
30
- Install Apps
19
31
20
32
```
33
+ # from repo root
21
34
cd coder-apps
22
- ./install_pi.sh
35
+ ./install_pi.sh ../coder-base/
23
36
```
24
37
38
+ - Visit coder.local (or IP of device) in browser, and config your password
39
+
25
40
26
41
### What You'll Find Here
27
42
You can’t perform that action at this time.
0 commit comments