The agent knows how to install a WordPress site
v0.46.0-beta
- The agent knows how to install a WordPress site. Until now, a freshly published site showed WordPress's install wizard: it had to be filled in by hand, picking a username and a password, and the site stayed open to whoever landed on it first in the meantime. The agent now calls WordPress's installer itself, inside the site's container, with the title and the administrator account the platform prepared. A site already installed is left untouched, which makes the operation safe to repeat on every deployment. The administrator's password is passed on the process's standard input, never on a command line: it therefore cannot appear in an error message or in the logs.