{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} WordPress installer. Same polling contract as website creation: the view returns a status path immediately and wp-cli reports progress into it. {% endcomment %} {% block title %}Install WordPress{% endblock %} {% block content %}

Install WordPress

Creates a database, downloads core, writes wp-config.php with fresh salts and runs the installer — all as the site's own user.

Installed sites
/
Leave blank to install at the docroot.
Letters, digits and underscore.
At least 8 characters.

Progress for

What happens

  1. A database and a dedicated database user are created with generated names and a random password.
  2. wp-cli downloads core into the chosen directory as the site's system user, so file ownership stays correct and updates from wp-admin keep working.
  3. wp-config.php is written and its security salts are shuffled.
  4. The installer runs with the administrator account you entered.

Store the administrator password now — the panel does not keep it.

{% endblock %} {% block scripts %} {% endblock %}