Skip to content

Commit 5740ccd

Browse files
committed
removed the troubleshooting guide
Signed-off-by: sahil suman <[email protected]>
1 parent 996dcae commit 5740ccd

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed
-120 KB
Binary file not shown.
-215 KB
Binary file not shown.

_docs/developer/troubleshooting/installation_troubleshooting.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,7 @@ with no explanation, then there are a couple of things that may be going wrong:
155155
```
156156
VM_PORT_SITE=1512 vagrant up
157157
```
158-
* Steps to edit the env file
159-
160-
1. Go to Submitty install directory and locate the file named "Vagrantfile."
161-
2. Open the "Vagrantfile" in a text editor.
162-
![img.png](img.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)
165-
158+
166159
You can alternatively create a `.env` file in the root of your project
167160
with the text `VM_PORT_SITE=1512` (and any other variables separated by
168161
newlines). Note that you will need to install the env plugin beforehand:

0 commit comments

Comments
 (0)