-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB-1369: Added support to specify profile at the time of installation. #432
Conversation
One more thing to keep in mind: what should happen if a Wordpress site receives that argument? Is there a similar concept in Wordpress? Should it be ignored or throw an error/exception? |
24e3338
to
e520192
Compare
I don't believe there is a similar concept in WordPress (I wish there was...) Is there an existing convention in build tools for anything that is CMS specific, or is this the first instance of that? Long term, Decoupled will actually need to develop an approach to choose between different mu-plugins depending on the front end framework being used. Given that, I wonder if not having build tools throw an exception if profile is provided could open up some options to solve that problem. In a way, we're really using mu-plugins as a stand in for install profiles. The other alternative would probably be adding an mu-plugin option of some kind. |
I tested the latest version of this branch with the project create command we've been using to create a CMS backend using install profiles for decoupled. Confirmed that it can be used to install our |
OK, seems fine. As follow-on work, it would be nice if an error or at least a warning were shown if |
No description provided.