Skip to content

Commit 3bceb8d

Browse files
Sahil SumanSahil Suman
authored andcommitted
updated the documentation for the installation for mac.
Signed-off-by: Sahil Suman <[email protected]>
1 parent 7e00252 commit 3bceb8d

File tree

6 files changed

+9
-1
lines changed

6 files changed

+9
-1
lines changed
195 KB
Loading

_docs/developer/getting_started/vm_install_using_vagrant_apple_silicon.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ the installation process.
3737

3838
* Open **System Settings** and navigate to **Sharing**
3939
* Turn on **File Sharing** and go to options
40-
* Check "Share files and folders using SMB"
40+
* Check "Share files and folders using SMB"
41+
![img.png](img.png)
42+
* click on the i button against the option "File Sharing"
4143
* Check the box next to your username
4244
* Click Done
4345

120 KB
Loading
93.1 KB
Loading
215 KB
Loading

_docs/developer/troubleshooting/installation_troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ 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+
Go inside of the repo and find a file with name "Vagrantfile"
161+
![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)
158164
159165
You can alternatively create a `.env` file in the root of your project
160166
with the text `VM_PORT_SITE=1512` (and any other variables separated by

0 commit comments

Comments
 (0)