Allows to quickly setup a Wordpress project.
Find a file
2021-05-07 11:20:50 +02:00
.gitignore first commit 2021-05-07 10:18:32 +02:00
.htaccess first commit 2021-05-07 10:18:32 +02:00
composer.json first commit 2021-05-07 10:18:32 +02:00
composer.lock first commit 2021-05-07 10:18:32 +02:00
index.php fix index.php 2021-05-07 11:20:50 +02:00
README.md readme 2021-05-07 11:00:33 +02:00
wp-cli.yaml create cli config 2021-05-07 10:47:11 +02:00
wp-config-sample.php readme 2021-05-07 11:00:33 +02:00

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.