You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple editor designed to help learn the Raspberry Pi (including the Raspberry Pi 2) and Beaglebone components, and more. This editor is designed solely for use on your secure private network as of now.
3
+
This is a simple editor designed to help learn the Raspberry Pi and Beaglebone components, and more. This editor is designed solely for use on your secure private network as of now.
4
4
5
5
Debian Installation (Raspberry Pi and BeagleBone Black)
6
6
============
7
7
8
+
The WebIDE installer is currently targeting Debian Stretch (latest Raspbian) installations only.
9
+
8
10
On the Raspberry PI or BeagleBone Black (after expanding the file system):
9
11
10
-
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh
12
+
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master/scripts/install.sh | sudo sh
11
13
12
14
Alternatively, you can install using the .deb file:
13
15
@@ -21,57 +23,24 @@ If you don't need these features, feel free to manually install the editor below
21
23
22
24
Note: This is also the default installation for any Debian or Ubuntu operating systems
23
25
24
-
Angstrom Installation (BeagleBone Black)
25
-
============
26
-
27
-
On the Beaglebone (as the default root user), execute each line independently:
28
-
29
-
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
30
-
curl -k https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/install-angstrom.sh | sh
31
-
32
-
Note: The curl -k command is used due to the Beaglebone not having the github SSL certificate in the default installation.
33
-
34
-
Note: If you've replaced the default operating system (Angstrom) with Debian or Ubuntu, use the Raspberry Pi installation instructions.
0 commit comments