Hi,
I need to ask, How AEM web site is availlable to End User. How we can host the site so that it can be available to the end users with editing functionalities and what steps need to follow to achieve this.
Thanks in Advance!!
Solved! Go to Solution.
Views
Replies
Total Likes
AEM has authoring and publishing systems. The content is authored in the Authoring system and replicate/publish it to the publishing system which is for the end-users. The end-users access the publish server with Dispatcher(Webserver) and CDN on top. Refer to the below link for authoring and publishing.
https://docs.adobe.com/content/help/en/experience-manager-65/authoring/essentials/author.html
Editing functionality for end-users available in AEM that runs in "author" runmode and when the user has sufficient permission to edit content, for example, on AEM Author a user is at least a member of an OOTB "content-authors" group.
AEM has authoring and publishing systems. The content is authored in the Authoring system and replicate/publish it to the publishing system which is for the end-users. The end-users access the publish server with Dispatcher(Webserver) and CDN on top. Refer to the below link for authoring and publishing.
https://docs.adobe.com/content/help/en/experience-manager-65/authoring/essentials/author.html
Hi @Heena06 ,
Is this the intranet site that you are building?
If you want to provide capability to your end users to edit the site, below is one of the approach:
Please let us know, if this is what you were looking for?
AEM website available to end users -->
1) Depending on the requirement and scalability and nfr you have the decide like how many instances are required. In a typical deployment
1 author --> 2 publisher --> 2 apache with dispatcher
author is connected to both publishers
each publishers is connected to 1 Apache/dispatcher.
End user will access the site via Apache.
2) how many caching layers are required. 2 levels or 1 level. cdn incase if site is access across the globe.
3) Editing functionality will be available only to authors. In you question your were referring to editing for end users --> i am not sure whether your are referring communities , where end users pushes the data into AEM system typically called as UGC.
Views
Replies
Total Likes
Views
Replies
Total Likes
I assume you are asking about author instance as users can edit content over author instance only.
So we will have an author instance behind a dispatcher so through dispatcher they would access the author instance.
You will author specific farm file where in you need allow specific filters required for author instnace.
Views
Likes
Replies
Views
Like
Replies