@@ -50,11 +50,7 @@ step "Update Git" do
50
50
51
51
message "It will warn you that the directory already exists. Click yes to install to that folder anyway."
52
52
53
- message "Click next twice, and select, Use Git from the Windows Command Prompt."
54
-
55
- img src: 'img/command.png', alt: "Screenshot showing location choice to use git from Windows Command Prompt"
56
-
57
- message "Keep going and you'll have the latest version of Git installed!"
53
+ message "Keep going using the default selections and you'll have the latest version of Git installed!"
58
54
59
55
end
60
56
@@ -86,41 +82,10 @@ step "Open a Terminal" do
86
82
end
87
83
end
88
84
89
- step "Update RubyGems" do
90
- message "The version of RubyGems that comes with RailsInstaller has some problems. Follow these steps to upgrade it!"
91
-
92
- step "Check to see if you need to update" do
93
- console "gem -v"
94
-
95
- message "If the output is **2.2.2** or earlier, keep following the instructions."
96
-
97
- message "If the output is **2.2.3** or later, <a href='#install-node'>skip to the next step!</a>"
98
- end
99
-
100
- step "Download the update" do
101
- message "Visit https://github.com/rubygems/rubygems/releases/tag/v2.2.3"
102
-
103
- message "**Right click -> Save target as...** the file **rubygems-update-2.2.3.gem** to your **C:\\Sites** directory"
104
- end
105
-
106
- step "Install the update" do
107
- message "Back at the command prompt, run the following commands:"
108
-
109
- console_without_message "gem install --local rubygems-update-2.2.3.gem"
110
-
111
- console_without_message "update_rubygems --no-ri --no-rdoc"
112
-
113
- message "**Close and reopen your command prompt**, then verify you have the upgraded RubyGems by typing this in the terminal:"
114
-
115
- console_without_message "gem -v"
116
- result "2.2.3"
117
- end
118
- end
119
-
120
85
a name: 'install-node'
121
86
step "Install Node.js" do
122
87
123
- message "Go to <http://nodejs.org> and download the installer"
88
+ message "Go to <http://nodejs.org> and download the installer. Pick the one that is \"recommended for most users.\" "
124
89
125
90
message "Click on the downloaded file to run the install wizard. Click Next at each step to accept the defaults."
126
91
@@ -149,7 +114,7 @@ step "Sanity Check" do
149
114
fuzzy_result "Rails 5.0{FUZZY}.x{/FUZZY}"
150
115
151
116
console "git --version"
152
- fuzzy_result "git version 2{FUZZY}.5.0 .windows.1{/FUZZY}"
117
+ fuzzy_result "git version 2{FUZZY}.9.2 .windows.1{/FUZZY}"
153
118
end
154
119
155
120
step "Configure the Windows Terminal" do
0 commit comments