Download WordPress
WordPress root dir
- current dir
- other
Other path
Locale
- English
- Dutch
- other
Other locale
Configure wp-config
Database host
Database name
Database prefix
Database user
Database pass
Database creation
Create the database
- Yes
- No
Install WordPress
Site
Name
URL
Your site URL should not end in a slash.Account
Username
It is not recommended to use 'admin' in the interest of security.Password
We've generated a copy-paste safe password for you.Email address
Commands
Copy, paste, and go get yourself some coffee, you've earned it!
wp core download && wp core config --dbhost=localhost --dbname= --dbprefix=wp_ --dbuser= && wp db create && wp core install --url= --title="" --admin_user= --admin_password="" --admin_email=example@example.com
Or go at your own pace and stay in complete control.
wp core download
wp core config --dbhost=localhost --dbname= --dbprefix=wp_ --dbuser=
wp db create
wp core install --url= --title="" --admin_user= --admin_password="" --admin_email=example@example.com
Want to do more on the command line? Check out the command doc.