Skip to content
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

Feature request: Configuration Assistant #53

Open
Hiranyaloka opened this issue Apr 11, 2015 · 3 comments
Open

Feature request: Configuration Assistant #53

Hiranyaloka opened this issue Apr 11, 2015 · 3 comments

Comments

@Hiranyaloka
Copy link

A configuration file (yaml?) that dynamically defines templates, sections, pages, shops, etc along with their elements, products, categories, and static files. This would greatly ease theme deployment on new or existing installations.

@denny
Copy link
Owner

denny commented Apr 11, 2015

I think this should be done with a database update script, not a config file. Look at the database demo build scripts for basic examples, although it could be done more neatly with https://metacpan.org/pod/DBIx::Class::Fixtures and/or related/similar modules.

@Hiranyaloka
Copy link
Author

Scripts are great for scripters, for theme development, a yaml file is more manageable for themers. See for example: https://github.com/openmelody/mt-plugin-configassistant

@Hiranyaloka
Copy link
Author

DBIx::Class:Fixtures looks nice. The data dump it provides/uses could be converted to and from a YAML file, which is essentially what I'm looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants