cancel
Showing results for 
Search instead for 
Did you mean: 

Background scenerio of site creation

rgupta31
Champ in-the-making
Champ in-the-making
Hi,
What are the background scene when any user creating the site? How the spaces are allocated where the site get stored into alfresco folder, what are the different files are getting changed.

Can anyone has knowledge about this, please revert me ASAP.
3 REPLIES 3

steve
Champ in-the-making
Champ in-the-making
Please could you reword your question?

rgupta31
Champ in-the-making
Champ in-the-making
What are the different parameters and files get changed when we create new site, what is happening behind the scene when we create new site ?

kevinr
Star Contributor
Star Contributor
Two operations happen when a site is created.

1. A REST API is called to create the Share Site folder in Alfresco, see POST http://<yourserver>/alfresco/service/index/uri/api/sites
2. The Surf model objects that represent the dashboard page for the site are created on the web-tier and persisted back to Alfresco (via the AVMRemoteStore - into a repo store called avm://sitestore)

Kev