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
Docker can be used to setup a local development environment:
4
-
5
-
- Ensure Docker is installed ([Docker Desktop](https://www.docker.com/products/docker-desktop) is a good option for developers)
6
-
- From the root of this project, run `docker-compose up -d`
7
-
- Once <http://localhost:8082> displays the WordPress install screen, run `./bin/docker-setup.sh`
8
-
- The fully configured site can now be accessed on <http://localhost:8082>
9
-
- The prompt to run the setup wizard can be dismissed unless there is something specific you would like to configure
10
-
11
-
To shutdown:
12
-
13
-
- Use `docker-compose down` to stop the running containers
14
-
- The state of the environment will be persisted in `docker/wordpress` and `docker/data`. To restart the environment simply run `docker-compose up -d` again. To start afresh, delete these folders and let `docker-compose up` re-create them.
3
+
Moved to https://github.com/woocommerce/woocommerce-gateway-amazon-pay/wiki/Setting-Up-Your-Development-Environment
0 commit comments