
You can preconfigure the values used by the installer by adding a config file which sets values for the databaseĬredentials.

admin-username admin -admin-password admin \ Example: $ PIMCORE_INSTALL_MYSQL_USERNAME=username PIMCORE_INSTALL_MYSQL_PASSWORD=password. DB password) as command line option, you can also set each parameter as env To avoid having to pass sensitive data (e.g. mysql-username username -mysql-password password -mysql-database pimcore \ vendor/bin/pimcore-install -admin-username admin -admin-password admin \ The -no-interaction flag will prevent any interactive prompts. To fully automate the installation process, options can be passed in the CLI as parameters, rather than adding them interactively.


