-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add “wait for PHP & webpack” instructions
- Loading branch information
Andrew Welch
committed
Mar 29, 2021
1 parent
3fed5e5
commit 57fcd05
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,21 @@ You'll need Docker desktop for your platform installed to run the project in loc | |
* Start up the site by typing `make dev` in terminal in the project's root directory (the first build will be somewhat lengthy) | ||
* Navigate to `http://localhost:8000` to use the site; the `webpack-dev-server` runs off of `http://localhost:8080` | ||
|
||
Wait until you see the following to indicate that the PHP container is ready: | ||
|
||
``` | ||
php_1 | Craft is installed. | ||
php_1 | Applying changes from your project config files ... done | ||
php_1 | [01-Dec-2020 18:38:46] NOTICE: fpm is running, pid 22 | ||
php_1 | [01-Dec-2020 18:38:46] NOTICE: ready to handle connections | ||
``` | ||
|
||
...and the following to indicate that the webpack container is ready: | ||
``` | ||
webpack_1 | <i> devmode-fm (webpack 5.9.0) compiled successfully in 12097 ms | ||
webpack_1 | <i> [webpack-dev-middleware] Child "devmode-fm": Compiled successfully. | ||
``` | ||
|
||
The CP login credentials are initially set as follows: | ||
|
||
Login: `[email protected]` \ | ||
|