Jun 30, 2021 2:28 am
We are trying to use wpDiscuz for multiple customers. We need to be able to deploy a working version of our site for each customer, including installing and activating plugins. This works:
wp plugin install wpdiscuz
and activation works sometimes if we do it using the install command:
wp plugin install wpdiscuz --activate
but I can't figure out an automated way to run the install wizard and apply settings using a settings file.
Does anyone know a way to fully automate the install?
Thanks!
4 Replies
Jun 30, 2021 1:37 pm
Thanks @Asti, is there a way to run the installation wizard from the command line so we don't have to have a person run it?