Skip to content

Commit 351ae90

Browse files
Update _docs/developer/troubleshooting/installation_troubleshooting.md
Co-authored-by: Jaeseok Kang <[email protected]>
1 parent c5be546 commit 351ae90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_docs/developer/troubleshooting/installation_troubleshooting.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ with no explanation, then there are a couple of things that may be going wrong:
157157
```
158158
* Steps to edit the env file
159159
160-
Go inside of the repo and find a file with name "Vagrantfile"
160+
1. Go to Submitty install directory and locate the file named "Vagrantfile."
161+
2. Open the "Vagrantfile" in a text editor.
161162
![img.png](img.png)
162-
Open it in the Text Editor and change the port which is throwing the error and change it with the port of your choice
163-
![img_2.png](img_2.png)
163+
3. Identify the port causing the error and change it to a port of your choice.
164+
![img_2.png](img_2.png)
164165
165166
You can alternatively create a `.env` file in the root of your project
166167
with the text `VM_PORT_SITE=1512` (and any other variables separated by

0 commit comments

Comments
 (0)