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
Copy file name to clipboardExpand all lines: views/users/setup.jade
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@ extends ../layout
3
3
blockcontent
4
4
#setup-wrapper
5
5
#setup-content
6
-
h3 Welcome to the Raspberry Pi WebIDE powered by the Adafruit Learning System
6
+
h3 Welcome to the Adafruit webIDE powered by the Adafruit Learning System
7
7
if (typeof(session.message) !='undefined')
8
8
div.alert.alert-error
9
9
p #{session.message}
10
-
p Setting up your Raspberry Pi will only take a few minutes. Let's get started.
11
-
p Are you setting up more than one Raspberry Pi? Visit the config to
10
+
p Setting up your Raspberry Pi or Beaglebone will only take a few minutes. Let's get started.
11
+
p Are you setting up more than one Raspberry Pi or Beaglebone? Visit the config to
12
12
a(href="/config") change hostname and WiFi.
13
13
if!github
14
-
p One of the many useful features of the WebIDE is that all of your code will be
14
+
p One of the many useful features of the webIDE is that all of your code will be
15
15
| stored in the cloud over at bitbucket.org. So, before we can go any further, you
16
16
| will want to create your free Bitbucket account. If you already have one, you can use
17
-
| your existing account, or create one specifically for the Raspberry Pi WebIDE.
17
+
| your existing account, or create one specifically for the webIDE.
18
18
p
19
19
a.btn.btn-large.btn-info.bitbucket-signup(href="https://bitbucket.org/account/signup/", target="_blank") Click here to create your free bitbucket account
20
20
p
@@ -25,7 +25,7 @@ block content
25
25
p Now, click on the '+ Add consumer' button:
26
26
p
27
27
img(src="/images/setup/step3.png")
28
-
p For the name, type in Raspberry Pi WebIDE, then click the 'Add consumer' button:
28
+
p For the name, type in Adafruit webIDE, then click the 'Add consumer' button:
29
29
p
30
30
img(src="/images/setup/step4.png")
31
31
p What we are after is the Key, and the Secret text. Copy each of those and paste in the boxes below.
0 commit comments