Skip to content

Commit 2651a30

Browse files
committed
Corrected text in a readme file
Fixed incorrect image Added troubleshooting method
1 parent ed62056 commit 2651a30

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

account-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The above steps set git and GitHub to use your SSH key as a way to connect to yo
102102
git config --global user.email "[email protected]"
103103
```
104104

105-
**Enter the following command in your web development environment**, and also be sure to adjust the email address in the command you execute to be your name instead of the `Your Name` value.
105+
**Enter the following command in your web development environment**, and also be sure to adjust the text in the command you execute to be your name instead of the `Your Name` value.
106106

107107
```
108108
git config --global user.name "Your Name"

mac-vagrant.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,27 @@ After your server finishes spinning up and the text that says User Ctrl-C to st
221221

222222
You will be able to preview the application in your web browser and it will look like the following:
223223

224-
![image alt text](images/mac-vagrant-image_5.png)
224+
![image alt text](images/mac-vagrant-image_9.png)
225225

226226
If you see this page, it means you've finished setting up your application and can preview an application that is running.
227227

228+
If you see a page not found, be sure to fully restart your browser by following these instructions:
229+
230+
1. Open your dock
231+
232+
2. Right click the browser you are using (Google Chrome, Safari, Firefox, etc...) and tap Quit. This should make the little dot below it disappear. If this fails, right click it again and tap Force Quit.
233+
234+
3. Reopen that broswer and attempt to go to the url again: [http://127.0.0.1:3030](http://127.0.0.1:3030/).
235+
236+
4. During the `vagrant up` command, ports may have been redirrected. The example below would infer http://127.0.0.1:****/ would work by filling in **** with the port `2204`.
237+
238+
`
239+
==> default: Fixed port collision for 3000 => 3030. Now on port 2204.
240+
`
241+
242+
243+
5. If the problem continues, setting up your environment with a [cloud IDE] (https://github.com/university-bootcamp/coding-environment/blob/master/cloud-ide.md) may be a better solution.
244+
228245
## Step Seven: Stop Your Rails Server
229246

230247
The command you ran above started running a server that can be previewed in a web browser. Before we finish, we should close the program we just opened.

0 commit comments

Comments
 (0)