Skip to content

Commit

Permalink
Add “wait for PHP & webpack” instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 29, 2021
1 parent 3fed5e5 commit 57fcd05
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]` \
Expand Down

0 comments on commit 57fcd05

Please sign in to comment.