Once you have set up CMS Ametys on CMS (see Back-office settings page), i.e. on the application used by contributors, you must also set up Ametys on the site, i.e. the website that will be viewed by Internet users.
On some sites, pages are restricted, i.e. the visitor must be authenticated in order to view the pages (see User manual, page Page access restriction). The authentication mode and visitor management must therefore be determined.
This part is detailed on the next page: Site authentication.
Visitors to the site can display various information specific to them (see the User Preferences section of the User Manual).
This section is described in detail on the following page: Visitor preferences (UserPreferencesManager).
As this file is quite comprehensive, it is described in detail on the runtime page .xml.
The file site/WEB-INF/param/workspace-admin.xml defines the functionalities available in site administration, grouping them by category (for more information, please refer to the Administration manual, section SITE application administration):
<administrator> <actions> <category name="WORKSPACE_ADMIN_SECTION_SYSTEM_LABEL"> <item id="org.ametys.runtime.plugins.core.administrator.Password"/> <item id="org.ametys.runtime.plugins.core.administrator.System"/> <item id="org.ametys.runtime.plugins.core.administrator.Config"/> <item id="org.ametys.runtime.plugins.core.administrator.JVMStatus"/> <item id="org.ametys.runtime.plugins.core.administrator.Logs"/> </category> <category name="WORKSPACE_ADMIN_SECTION_USERSMANAGEMENT_LABEL"> <item id="org.ametys.runtime.plugins.core.Users"/> <item id="org.ametys.runtime.plugins.core.Groups"/> </category> <category name="WORKSPACE_ADMIN_SECTION_APPLICATION_LABEL"> <item id="org.ametys.runtime.plugins.core.administrator.Plugins"/> </category> </actions> </administrator>
If a feature is not available, simply delete the corresponding item.