alfresco-content-services-community-distribution-6.2.0-ga.zip
You'll see the following directory structure. For more details, see Alfresco Community Edition directory structure [1].
alfresco-pdf-renderer amps bin licenses web-server
For example, for Tomcat, move the WAR files to the <TOMCAT_HOME>/webapps directory.
For example, for Tomcat, move the files to the existing directories under <TOMCAT_HOME>.
If you don't remove these directories, then the WAR files aren't deployed when the server starts.
# # 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
See Installing and configuring Alfresco Search Services [2] for more information.
File name | Description |
---|---|
alfresco-pdf-renderer-1.0-linux.tgz | alfresco-pdf-renderer binary for Linux |
alfresco-pdf-renderer-1.0-win64.tgz | alfresco-pdf-renderer binary for Windows |
File name | Description |
---|---|
apply_amps.bat | Windows batch file for Tomcat application server installs, used to apply all AMP files in the <installLocation> directory. |
apply_amps.sh | Linux script file for Tomcat application server installs, used to apply all AMP files in the <installLocation> directory. |
clean_tomcat.bat | Windows batch file for cleaning out temporary application server files from previous installations. |
clean_tomcat.sh | Linux script for cleaning out temporary application server files from previous installations. |
alfresco-mmt.jar | Alfresco Module Management Tool (MMT). |
Folder/File | Description |
---|---|
/lib | This directory contains the PostgreSQL JDBC jar file |
/shared | This directory includes a number of configuration files for Alfresco Content Services |
|
|
|
|
|
|
/webapps | Contains the following files: |
|
|
|
|
|
Links:
[1] https://docs.alfresco.com/../concepts/dist-zip-structure.html
[2] https://docs.alfresco.com/search-community/concepts/solr-install-config.html
[3] https://docs.alfresco.com/../concepts/prereq-opt-install.html
[4] https://docs.alfresco.com/../concepts/install-integrations-overview.html
[5] https://docs.alfresco.com/search-community/concepts/generate-keys-overview.html
[6] https://docs.alfresco.com/../tasks/alf-tomcat-install.html
[7] https://docs.alfresco.com/aos/tasks/install-server-root.html
[8] https://docs.alfresco.com/../tasks/alf-war-install.html