You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug-report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ body:
11
11
id: faqs
12
12
attributes:
13
13
label: Troubleshooting
14
-
description: By submitting this issue, you agree that our [troubleshooting tips](https://github.com/Rahmon/wp-docker#i-am-having-issues-with-wp-local-docker-what-are-the-best-troubleshooting-techniques) have not helped resolve the issue.
14
+
description: By submitting this issue, you agree that our [troubleshooting tips](https://github.com/Rahmon/wpdocker#i-am-having-issues-with-wp-local-docker-what-are-the-best-troubleshooting-techniques) have not helped resolve the issue.
15
15
options:
16
16
- label: I have attempted to troubleshoot this already
17
17
required: true
@@ -63,7 +63,7 @@ body:
63
63
id: terms
64
64
attributes:
65
65
label: Code of Conduct
66
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Rahmon/wp-docker/blob/develop/CODE_OF_CONDUCT.md).
66
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Rahmon/wpdocker/blob/develop/CODE_OF_CONDUCT.md).
67
67
options:
68
68
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3-help.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ body:
11
11
id: faqs
12
12
attributes:
13
13
label: Troubleshooting
14
-
description: By submitting this question, you agree that our [troubleshooting tips](https://github.com/Rahmon/wp-docker#i-am-having-issues-with-wp-local-docker-what-are-the-best-troubleshooting-techniques) have not helped resolve the quesstion.
14
+
description: By submitting this question, you agree that our [troubleshooting tips](https://github.com/Rahmon/wpdocker#i-am-having-issues-with-wp-local-docker-what-are-the-best-troubleshooting-techniques) have not helped resolve the quesstion.
15
15
options:
16
16
- label: I have attempted to troubleshoot this already
17
17
required: true
@@ -27,7 +27,7 @@ body:
27
27
id: terms
28
28
attributes:
29
29
label: Code of Conduct
30
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Rahmon/wp-docker/blob/develop/CODE_OF_CONDUCT.md).
30
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Rahmon/wpdocker/blob/develop/CODE_OF_CONDUCT.md).
31
31
options:
32
32
- label: I agree to follow this project's Code of Conduct
about: If you're looking for information on installation, global commands, environments, WP Snapshots, and related tools then check out the WP Local Docker Readme.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Contributing isn't just writing code - it's anything that improves the project.
10
10
11
11
### Reporting bugs
12
12
13
-
If you're running into an issue, please take a look through [existing issues](https://github.com/Rahmon/wp-docker/issues) and [open a new one](https://github.com/Rahmon/wp-docker/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant.
13
+
If you're running into an issue, please take a look through [existing issues](https://github.com/Rahmon/wpdocker/issues) and [open a new one](https://github.com/Rahmon/wpdocker/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant.
14
14
15
15
### Suggesting enhancements
16
16
17
-
New features and enhancements are also managed via [issues](https://github.com/Rahmon/wp-docker/issues).
17
+
New features and enhancements are also managed via [issues](https://github.com/Rahmon/wpdocker/issues).
18
18
19
19
### Pull requests
20
20
@@ -33,7 +33,7 @@ The `develop` branch is the development branch which means it contains the next
33
33
1. Readme updates: Make any other readme changes to `README.md` as necessary.
34
34
1. Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then do the same for `develop` into `master` (`git checkout master && git merge --no-ff develop`). `master` contains the stable development version.
35
35
1. Push: Push your master branch to GitHub (e.g. `git push origin master`).
36
-
1. Release: Create a [new release](https://github.com/Rahmon/wp-docker/releases/new), naming the tag and the release with the new version number, and targeting the `master` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the [milestone](https://github.com/Rahmon/wp-docker/milestone/#?closed=1).
37
-
1. Close milestone: Edit the [milestone](https://github.com/Rahmon/wp-docker/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone.
36
+
1. Release: Create a [new release](https://github.com/Rahmon/wpdocker/releases/new), naming the tag and the release with the new version number, and targeting the `master` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the [milestone](https://github.com/Rahmon/wpdocker/milestone/#?closed=1).
37
+
1. Close milestone: Edit the [milestone](https://github.com/Rahmon/wpdocker/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone.
38
38
1. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+1.0`, `X+1.0.0` or `Future Release`.
39
39
1. Update [NPM](https://www.npmjs.com/package/wp-local-docker) with the latest version.
> This is a fork of [10updocker](https://github.com/10up/wp-local-docker-v2).
@@ -195,7 +195,7 @@ Getting WP Docker up and running on your system involves a few simple steps. Sta
195
195
Next, you can install WP Docker as a global npm package. Run the following command in your terminal:
196
196
197
197
```bash
198
-
npm install -g wp-docker
198
+
npm install -g @wpdocker/wpdocker
199
199
```
200
200
201
201
To confirm that WP Docker has been installed successfully, you can check its version. Simply type:
@@ -221,7 +221,7 @@ Then, follow the prompts to customise your settings.
221
221
Keeping WP Docker up-to-date is important. To update it, you can run the installation command again. NPM will replace your current version with the latest one. Here's the command:
222
222
223
223
```bash
224
-
npm install -g wp-docker
224
+
npm install -g @wpdocker/wpdocker
225
225
```
226
226
227
227
---
@@ -592,7 +592,7 @@ Starting from version 4.0.0, WP Docker has switched from the old [WP Snapshots](
592
592
593
593
#### Configuration
594
594
595
-
If you haven't used [Snapshots](https://github.com/10up/snapshots) with [WP Docker](https://github.com/Rahmon/wp-docker) yet, you'll first need to configure Snapshots with your AWS credentials. To do so, run the following command:
595
+
If you haven't used [Snapshots](https://github.com/10up/snapshots) with [WP Docker](https://github.com/Rahmon/wpdocker) yet, you'll first need to configure Snapshots with your AWS credentials. To do so, run the following command:
596
596
597
597
```
598
598
wpdocker wp snapshots configure <repository>
@@ -638,7 +638,7 @@ Replace `<command>` with any command that Snapshots accepts. The command is pass
638
638
639
639
Concurrent environments are limited by the available resources of your host machine.
640
640
641
-
### I am having issues with wp-docker, what are the best troubleshooting techniques?
641
+
### I am having issues with wpdocker, what are the best troubleshooting techniques?
642
642
643
643
See the [Troubleshooting](#troubleshooting) section.
644
644
@@ -724,10 +724,10 @@ Facing issues with WP Docker? Here are a few steps you can follow to troubleshoo
724
724
725
725
1. Update Docker and Node: First, make sure that Docker and Node are up to date.
726
726
727
-
2. Update wp-docker: Ensure that wp-docker is up to date as well. You can do this by running the following command:
727
+
2. Update wpdocker: Ensure that wpdocker is up to date as well. You can do this by running the following command:
728
728
729
729
```
730
-
npm i -g wp-docker
730
+
npm i -g @wpdocker/wpdocker
731
731
```
732
732
733
733
3. Restart Docker: Once everything is up to date, it's generally a good idea to restart Docker.
@@ -758,7 +758,7 @@ Remember, troubleshooting is a process of elimination. Try these steps one by on
758
758
759
759
### Avoiding conflicts with other local dev environments (Valet, MAMP, etc) on macOS
760
760
761
-
If you are running something like MAMP or Laravel Valet on your Mac, it is possible you may have port conflicts when attempting to use wp-docker, such as:
761
+
If you are running something like MAMP or Laravel Valet on your Mac, it is possible you may have port conflicts when attempting to use wpdocker, such as:
762
762
763
763
```
764
764
Cannot start service mysql: Ports are not available: listen tcp 127.0.0.1:3306: bind: address already in use
@@ -773,7 +773,7 @@ sudo lsof -i -P | grep LISTEN
773
773
sudo lsof -i -P | grep :3306
774
774
```
775
775
776
-
If you see a process that is using that port, that process should be stopped before you attempt to start or create any new environments with wp-docker.
776
+
If you see a process that is using that port, that process should be stopped before you attempt to start or create any new environments with wpdocker.
777
777
778
778
If you installed `mysqld` via Homebrew, you need to stop the process via Homebrew:
779
779
@@ -811,7 +811,7 @@ If that doesn't resolve the issues, try updating your Docker images using `wpdoc
811
811
812
812
## Migrating from 10updocker
813
813
814
-
If you already have 10updocker installed and working, you can install wpdocker (`npm install -g wp-docker`) and start
814
+
If you already have 10updocker installed and working, you can install wpdocker (`npm install -g @wpdocker/wpdocker`) and start
815
815
using it by typing `wpdocker` instead of `10updocker` e.g. `wpdocker start`. Your settings will remain the same. At this
0 commit comments