mirror of
https://github.com/Hug0-Drelon/wp-install-template.git
synced 2025-11-21 15:44:44 +08:00
15 lines
493 B
Markdown
15 lines
493 B
Markdown
# WORDPRESS INSTALL TEMPLATE
|
|
|
|
Download .zip file to quickly setup a **Wordpress** installation.
|
|
|
|
Run `composer install` to load the required dependencies.
|
|
|
|
Create a *wp-config.php* file based on *wp-config-sample.php* to define the required constants such as :
|
|
|
|
- DB_NAME
|
|
- DB_USER
|
|
- DB_PASSWORD
|
|
- DB_HOST
|
|
- WP_HOME
|
|
|
|
Run `wp core install --url=example.com --title=Example --admin_user=supervisor --admin_password=strongpassword --admin_email=info@example.com` to end the website installation.
|