Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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!
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?