Background scenerio of site creation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2010 07:48 AM
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.
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.
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2010 01:22 PM
Please could you reword your question?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2010 12:50 AM
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 ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2010 07:36 AM
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
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
