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

What is the purpose of the ui.content subproject? how do you prevent it from overwriting author generated content? #65

Closed
pmminov opened this issue Aug 1, 2016 · 1 comment
Labels
question Question to the project committers.

Comments

@pmminov
Copy link

pmminov commented Aug 1, 2016

Hi, just that small question I have

I just noticed that if an author creates a page via WCM/CRXDE i won't have those changes in my codebase, and hence I run into the risk of replacing that content whenever I deploy the whole project.

Could someone tell me whats the goal of it? Is there a setting/flag for when I want to deploy to Staging/Production environments? Or does this assume that I will be building a package manually that DOES NOT include /content?

@rombert rombert added the question Question to the project committers. label Aug 1, 2016
@rombert
Copy link
Contributor

rombert commented Aug 1, 2016

In my (limited) experience with managing content, this can be considered a "seed" package, used to generate the filters for the content structure. You'll only deploy this once on a staging/production environment, otherwise - as you pointed out - will overwrite content.

However, you'll use this lots of times on a development environment, and also to replicate changes from author to publish in staging/prod and also to bring content from prod to staging if needed.

@rombert rombert closed this as completed Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question to the project committers.
Projects
None yet
Development

No branches or pull requests

2 participants