Skip to content

Commit d009d48

Browse files
author
Vera Reynolds
committed
Updates to windows installfest
Signed-off-by: Piper Niehaus <[email protected]> Signed-off-by: Vera Reynolds <[email protected]>
1 parent c829469 commit d009d48

File tree

3 files changed

+4
-39
lines changed

3 files changed

+4
-39
lines changed

sites/en/installfest/create_a_heroku_account.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333
step "Add your SSH key to your Heroku account" do
3434
console "heroku keys:add"
3535

36-
message "hit enter to accept the default key file to use"
36+
message "Enter your Heroku email and password, if prompted, and accept the defaults."
3737
end
3838

3939
section 'Optional Step: Create a GitHub account' do

sites/en/installfest/img/command.png

-184 KB
Binary file not shown.

sites/en/installfest/windows.step

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ step "Update Git" do
5050

5151
message "It will warn you that the directory already exists. Click yes to install to that folder anyway."
5252

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!"
5854

5955
end
6056

@@ -86,41 +82,10 @@ step "Open a Terminal" do
8682
end
8783
end
8884

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-
12085
a name: 'install-node'
12186
step "Install Node.js" do
12287

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.\""
12489

12590
message "Click on the downloaded file to run the install wizard. Click Next at each step to accept the defaults."
12691

@@ -149,7 +114,7 @@ step "Sanity Check" do
149114
fuzzy_result "Rails 5.0{FUZZY}.x{/FUZZY}"
150115

151116
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}"
153118
end
154119

155120
step "Configure the Windows Terminal" do

0 commit comments

Comments
 (0)