- Browse to the Support Portal at http://support.alfresco.com.
-
Download the following file:
alfresco-content-services-distribution-6.1.x.zip
-
Specify a location for the download and extract the file
to a system directory;
for example
<installLocation>.
You'll see the following directory structure. For more details, see Alfresco Content Services directory structure.
alfresco-pdf-renderer amps bin licenses web-server
Important: If you do not apply the Share Services AMP to the repository, Alfresco Share will not work correctly, and when you start up Share, you will see the message: Alfresco Content Services is running without Share Services. See your System Administrator for more details. -
Move the WAR files from /web-server/webapps to the appropriate
location for your application server.
For example, for Tomcat, move the WAR files to the <TOMCAT_HOME>/webapps directory. If you already have a web application that's running in the server root, see Installing into an existing web application for instructions on how to merge the files into your application.
-
Move the contents from /conf, and
/lib under
/web-server to the appropriate location for your application
server.
For example, for Tomcat, move the files to the existing directories under <TOMCAT_HOME>.
-
Remove all directories in <TOMCAT_HOME>/webapps.
If you don't remove these directories, then the WAR files aren't deployed when the server starts.
-
Set the global properties as shown:
- Copy /web-server/shared/classes/alfresco-global.properties.sample to <TOMCAT_HOME>/shared/classes.
-
Replace the sample configuration with the following:
# # Set this property unless you have explicitly chosen to expose some repository APIs without authentication solr.secureComms=https # # Custom content and index data location # dir.root=/srv/alfresco/alf_data dir.keystore=${dir.root}/keystore # # Sample database connection properties # db.username=alfresco db.password=alfresco # # Choose DB connection properties for your database, e.g. for PostgreSQL # db.driver=org.postgresql.Driver db.url=jdbc:postgresql://localhost:5432/alfresco # # URL Generation Parameters (The ${localname} token is replaced by the local server name) #------------- alfresco.context=alfresco alfresco.host=${localname} alfresco.port=8080 alfresco.protocol=http share.context=share share.host=${localname} share.port=8080 share.protocol=http
- Save the file without the .sample extension.
-
Install Alfresco Search Services.
See Installing and configuring Alfresco Search Services for more information.
