Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • Edit alfresco.virtserver.domain to have the IP address of the server receiving the Alfresco software:
      Code Block
      alfresco.virtserver.domain=18-92-1-223.ip.alfrescodemo.net
      
  1. If this is going to be a clustered system, more or alter the following files to make a cluster configuration.
    1. Move the following files in $ALF_HOME/tomcat/share/classes/alfresco/extension
      Code Block
      cp replicating-content-services-context.xml.sample  replicating-content-services-context.xml
      cp ehcache-custom.xml.sample.cluster ehcache-custom.xml
      
    2. Select an ID for the cluster ID, and alter the following properties in the custom-repository.properties file.
      Code Block
      cluster.id=A
      dir.root=/home/repos/alf_data   #  Set to an appropriate local, usually a SAN mount
      dir.root.replicated=${dir.root}/replication
      
      dir.contentstore=${dir.root}/contentstore
      
      dir.contentstore.replicated=${dir.root.replicated}/contentstore
      dir.contentstore.deleted=${dir.root}/contentstore.deleted
      
      dir.auditcontentstore=${dir.root}/audit.contentstore
      dir.indexes = ${dir.root}/lucene-indexes
      dir.indexes.lock = ${dir.indexes}/locks
      
      index.recovery.mode = AUTO
      index.tracking.cronExpression=0/5 * * * * ?
      
      system.bootstrap.config_check.strick = true
      

13.  See the Alfresco Non-Root Modifications instructions at https://wikis.mit.edu/confluence/display/ISDA/Alfresco+Non-Root+ModificationsImage Added for information on how to make your installation operate as non-root