Build/Test Tools: Add information regarding the default credentials for the local development environment to the project readme.

Props bookdude13

Fixes #49273

git-svn-id: https://develop.svn.wordpress.org/trunk@47744 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2020-05-02 20:17:38 +00:00
parent b9f6cf083a
commit d250cbcfee
1 changed files with 23 additions and 0 deletions

View File

@ -4,6 +4,9 @@
Welcome to the WordPress development repository! Please check out the [contributor handbook](https://make.wordpress.org/core/handbook/) for information about how to open bug reports, contribute patches, test changes, write documentation, or get involved in any way you can.
* [Getting Started](#getting-started)
* [Credentials](#credentials)
## Getting Started
WordPress is a PHP, MySQL, and JavaScript based project, and uses uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running.
@ -73,3 +76,23 @@ Restarting the environment again is a single command:
```
npm run env:start
```
## Credentials
These are the default environment credentials:
* Database Name: `wordpress_develop`
* Username: `root`
* Password: `password`
To login to the site, navigate to http://localhost:8889/wp-admin.
* Username: `admin`
* Password: `password`
To generate a new password (recommended):
1. Go to the Dashboard
2. Click the Users menu on the left
3. Click the Edit link below the admin user
4. Scroll down and click 'Generate password'. Either use this password (recommended) or change it, then click 'Update User'. If you use the generated password be sure to save it somewhere (password manager, etc).