wplib-box
wplib-box copied to clipboard
The Best Local Dev Server for WordPress Developers
This looks interesting: - https://pmgarman.me/how-to-rewrite-uploads-to-production-from-your-local-environment/
Implement a log view, probably at `logs.wplib.box`. See #326 for log service. One thing to consider is if we separate out logs by project, or just have all logs be...
I think it would be helpful, if for no other reason than to diagnose box performance issues if we could log all outbound HTTP request traffic (URLs) that originates from...
I'm going to try and figure this out myself, but I am missing vv (https://github.com/bradp/vv). Would be great if I could just run something like `wplibbox new example.box` and have...
I just wasted 20+ minutes trying to figure out why a site was generated 500 errors. Turns out the directories had `700` permissions instead of `755`. Seems like we could...
We should set up a background health monitor that will run periodically (every 5 minutes) and check the health of the current system, restarting services if anything has failed, and...
[Guetzli](https://github.com/google/guetzli) is a Google tool that can create _“[high quality JPEG images with file sizes 35 percent smaller than currently available methods](https://www.theverge.com/2017/3/17/14957272/google-jpeg-encoder-new-guetzli-smaller-faster).”_ The reason is would be a great addition...
Add message to indicate process is running via a docker container when using version/info/help flag
e.g. `php -v` Add to end of output
The infrastructure containers are the ones the box cannot run without. Currently that is only `box/webproxy` _(should we have named it `box/proxyserver`?)_ The global containers are `box/mailsender` and `box/sqladmin`. None...
We should write a MySQL compatibility scanner to use before attempting to import `.SQL` files based on the current DB server in use, and then provide feedback to user so...