Skip to content

Commit 9bfeb53

Browse files
author
Sethmr
committed
Corrected the troubleshooting step with clearer direction
1 parent d7b8359 commit 9bfeb53

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mac-vagrant.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,15 @@ If you see a page not found, be sure to fully restart your browser by following
233233

234234
3. Reopen that broswer and attempt to go to the url again: [http://127.0.0.1:3030](http://127.0.0.1:3030/).
235235

236-
4. If the problem continues, try to restart the entire process or contact a supervisor for help.
236+
4. During the `vagrant up` command, ports may have been redirrected. The example below would infer this should work: http://127.0.0.1:****/ by filling in **** with the port `2204` from the example below.
237+
238+
`
239+
==> default: Fixed port collision for 3000 => 3030. Now on port 2204.
240+
==> default: Fixed port collision for 22 => 2222. Now on port 2205.
241+
`
242+
243+
244+
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.
237245

238246
## Step Seven: Stop Your Rails Server
239247

0 commit comments

Comments
 (0)