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

Use official capitalization of PhpStorm; fixed "edit" url #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions contributing/how-to-contribute-to-devshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ To setup your IDE to listen for debug connections, use the following settings:
* Host: 172.17.0.1
* Port: 9000

In PHPStorm, this is in the _Settings > PHP > Debug > DGBp Proxy_ page.
In PhpStorm, this is in the _Settings > PHP > Debug > DGBp Proxy_ page.

Don't forget to "Start Listening to PHP Debug Connections", get an XDEBUG plugin for your browser and enable it for devshop.local.computer, and to set a breakpoint or an error to see the debugger work.

If using PHPStorm, It will ask you to map files. You should map ./aegir-home to /var/aegir as "Absolute path on the server".
If using PhpStorm, it will ask you to map files. You should map `./aegir-home` to `/var/aegir` as "Absolute path on the server".

If your Docker machine IP is not 172.17.0.1, you can change it but you must also change a line in docker-compose.yml:

Expand Down Expand Up @@ -159,7 +159,7 @@ See [Development with Vagrant](https://github.com/opendevshop/documentation/tree

## Help Improve Documentation

Think this can be improved? You can [edit this file on GitHub](https://github.com/opendevshop/devshop/edit/0.x/README.vagrant.md) and select "Create a new branch for this commit and start a pull request.".
Think this can be improved? You can [edit this file on GitHub](https://github.com/opendevshop/documentation/edit/master/contributing/how-to-contribute-to-devshop.md) and select "Create a new branch for this commit and start a pull request.".

Thanks!