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:
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:
npm start
, to WordPress being ready? (If it hung, make a guesstimate at how much time that was, too.)