Skip to content
JM.PASCAL edited this page Feb 24, 2015 · 1 revision

Installation

Within your Alfresco Server

  1. Create a folder named "Mobile" inside the "Company Home / Data Dictionary" folder
  2. Create a file named "configuration.json"
  3. Copy & paste the following content into "configuration.json" & save the file
{
   "rootMenu":{
      "com.alfresco.activities":{
         "visible":false
      },
      "com.alfresco.repository":{
         "visible":false
      },
      "com.alfresco.sites":{
         "visible":true
      },
      "com.alfresco.tasks":{
         "visible":false
      },
      "com.alfresco.favorites":{
         "visible":false
      },
      "com.alfresco.search":{
         "visible":false
      },
      "com.alfresco.localFiles":{
         "visible":true
      },
      "com.alfresco.notifications":{
         "visible":false
      },
      "com.alfresco.repository.shared":{
         "visible":true
      },
      "com.alfresco.repository.userhome":{
         "visible":true
      }
   }
}

NOTE: Features that are supported on 4.2E servers and newer:

  • "com.alfresco.repository.shared" = Shared Files
  • "com.alfresco.repository.userhome" = My Files

Within your Android devices

  1. Install the latest version of Alfresco Mobile for Android available here
  2. Create a new OnPremise account based on your Alfresco Server installation.
  3. See the main menu personalized with your values.