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: sites/installfest/windows.step
+13-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
message "These instructions should work for all versions of Windows from XP on to Windows 7."
1
+
message "These instructions should work for all versions of Windows from XP on to Windows 8."
2
2
3
3
message "You may need to login as Administrator, or give the Administrator password when installing some programs, depending on your Windows version and user settings."
4
4
@@ -38,6 +38,16 @@ step "Configure your git and ssh environment" do
38
38
39
39
end
40
40
41
+
step "Windows 8 Only — Install Node.js" do
42
+
43
+
message "Go to <http://nodejs.org> and download the installer"
44
+
45
+
message "Click on the downloaded file to run the install wizard. Click Next at each step to accept the defaults."
46
+
47
+
console "node -v"
48
+
fuzzy_result "v0{FUZZY}.8.x{/FUZZY}"
49
+
end
50
+
41
51
step "Sanity Check" do
42
52
43
53
console "ruby -v"
@@ -111,9 +121,9 @@ step "Install a Text Editor" do
0 commit comments