https://github.com/ivankristianto/wpenvbox
Manage @wordpress/env stack with automatic traffic routing and code editing with VSCode on Browser.
https://github.com/ivankristianto/wpenvbox
docker vscode wordpress
Last synced: 5 months ago
JSON representation
Manage @wordpress/env stack with automatic traffic routing and code editing with VSCode on Browser.
- Host: GitHub
- URL: https://github.com/ivankristianto/wpenvbox
- Owner: ivankristianto
- Created: 2020-07-09T06:25:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:16:10.000Z (over 3 years ago)
- Last Synced: 2025-08-09T19:33:43.857Z (11 months ago)
- Topics: docker, vscode, wordpress
- Language: JavaScript
- Homepage: https://wpenvbox.com
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WPEnvBox
> Manage @wordpress/env stack with automatic traffic routing.
## How To Start
For setting up docker please follow [prerequisites Installation](https://github.com/ivankristianto/wpenvbox/blob/master/INSTALLATION.md) guide.
1. Install WPEnvBox cli package: `npm install -g wpenvbox`
2. Run `wpenvbox init`
3. Fill in all the details
4. Run proxy: `wpenvbox proxy start`
5. Now you can visit the Traefik dashboard based on the url and user you configured
6. To create a new WordPress instance, in a folder that has the `.wp-env.json`, run `wpenvbox app create`
7. Then start the app, `wpenvbox app start`
8. To stop the app `wpenvbox app start`
9. To destroy the app `wpenvbox app destroy`
## Contributing
Pull requests and feedback are welcome. _Contributing guideline will be added later._