pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Add Windows Support #21

Closed pento closed 6 years ago

pento commented 6 years ago

Also fixes #20.

Testing

Requirements:

Once it's all installed, open cmd.exe or PowerShell, cd to this PR, and run:

npm install In cmd: SET DEBUG=wpde:* In PowerShell: $env:DEBUG = "wpde:* npm start

In your Tray, click the WordPress logo, then the Settings gear icon. Select the wordpress-develop directory, then close your preferences, you should see debug messages continuing in your shell window.

The "Starting docker containers" step may take a little bit of time to run on a fresh install or slow internet connection, so don't worry if it just sits there for a while.

You should eventually see "WordPress ready at http://localhost:9999/". Please report the following:

pento commented 6 years ago

I'm going to assume this works, and fix anything that comes up in bug reports.