Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation:Developer] Updated Installation Instructions #622

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ the installation process.

* Open **System Settings** and navigate to **Sharing**
* Turn on **File Sharing** and go to options
* Check "Share files and folders using SMB"
* Check "Share files and folders using SMB"
![SMB_File_Sharing_Process.png](SMB_File_Sharing_Process.png)
* click on the i button next to the option "File Sharing"
* Check the box next to your username
* Click Done

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ with no explanation, then there are a couple of things that may be going wrong:
```
VM_PORT_SITE=1512 vagrant up
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be reverted

You can alternatively create a `.env` file in the root of your project
with the text `VM_PORT_SITE=1512` (and any other variables separated by
newlines). Note that you will need to install the env plugin beforehand:
Expand Down
Loading