You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a setup-wizard for an unconfigured server.
Targets system administrators who are setting up the site
Upon launch, if unconfigured, user goes through a similar process to an install wizard to configure system settings.
Once all settings are configured a setting should update to indicate setup process is complete
Plugins
Plugins down the road will likely require certain configuration, such as payment processing. As a site admin, they should be required to provide appropriate configuration settings before the plugin becomes active. Failure to provide required settings should prevent the plugin from activating. Perhaps this plugin setting wizard extends/builds on top of this system?
The text was updated successfully, but these errors were encountered:
For reference, since this is something, I tried for work, TeamCity's setup wizard is a great reference to how this can be done https://youtu.be/5Akqy-vEFr0
Very similar. Apologies. Believe we still need to consider how to tap into this system to expand on plugins which have their own set of configuration requirements. Ranging from database setup, payment processing, etc.
Implement a setup-wizard for an unconfigured server.
Plugins
Plugins down the road will likely require certain configuration, such as payment processing. As a site admin, they should be required to provide appropriate configuration settings before the plugin becomes active. Failure to provide required settings should prevent the plugin from activating. Perhaps this plugin setting wizard extends/builds on top of this system?
The text was updated successfully, but these errors were encountered: