Alfresco Community Edition file list 201612

cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Community Edition file list 201612

slanglois
Established Member II
4 4 8,176

Alfresco Community 201612 is available for Windows 32 bit, Windows 64 bit, Linux 64 bit, and Mac OS X.

 

For further information, refer to the release notes: Alfresco Community Edition 201612 GA Release

Complete Installation

 

Windows icon 64-bit Windows Installer (after downloading, follow the simple install instructions for Windows)
(md5: bcf4d917df8d2264804bec9ab3755778)

 

Windows icon 32-bit Windows Installer (after downloading, follow the simple install instructions for Windows)
(md5: 36f7e8d42548bcf0a3eea62b807f94ca)

 

Linux icon 64-bit Linux Installer (after downloading, follow the simple install instructions for Linux)
(md5: 674c1d787f233cb8de2f9814f9a1737e)

 

Mac icon Mac installer (after downloading, follow the simple install instructions for MacIntosh)
(md5: 643a59ba3b0e4fbdca9231b7645c72a2)

 

Maven repository

 

Alfresco Community 201609 artifacts are available in our Maven repository under the versions

  • 5.2.d for Alfresco Platform
  • 5.2.c for Alfresco Share.

Check the Alfresco Artifacts Repository page to configure Maven accordingly.

You may also want to check the Maven Alfresco SDK project, which provides archetypes to help you start a project easily.

 

Individual Components and Custom Installs

 

Alfresco

FileDescription
alfresco-community-distribution-201612.zip
(md5: 93d8e542873e27a90d4841da1e8d4a63)
Use this download for manual install. Contains Web Archive (WAR) bundles for the Alfresco repository and Share UI.

This file also contains Module Management tool, JLAN native libraries for windows and Solr4 integration

alfresco-community-file-transfer-receiver-5.2.d.zip
(md5: 94ebc5a400c3dc1f3e0fbb35f18ad99c)
Alfresco File Transfer Receiver
alfresco-wcmqs-5.2.c.zip
(md5: c7fc4a5f243c79ae43a18920d52eed3b)
Alfresco Web Quick Start -- refer to [Alfresco Web Quick Start documentation].
alfresco-webeditor-5.2.d.zip
(md5: 2d4056a25c176664634e074771873054)
Alfresco Web Editor -- refer to [Alfresco Web Editor documentation].
alfresco-solr4-5.2.d.zip
(md5: 8fb7d26c55439536d4ca5a36700ce56a)
Alfresco Solr4 Integration version 5.2.d

 

Solr 6 Integration

FileDescription
alfresco-search-services-1.0-EA.zip
(md5: e72e43be38292564765264b40f1d7ad3)
Alfresco Solr6 Integration version 1.0-EA

GoogleDocs Integration

FileDescription
alfresco-googledocs-repo-3.0.3-4com.amp
(md5: 2ae7e17c44b2894c6700ac9f2465d58b)
Repository AMP for GoogleDocs integration
alfresco-googledocs-share-3.0.3-4com.amp
(md5: 3aad2d7e46c7e83a0e3895a4e3f15f91)
Share AMP for GoogleDocs integration

 

Alfresco Office Services Module

 

This is a free to use proprietary module licensed under the Alfresco Component License.

FileDescription
alfresco-aos-module-1.1.3.zip
(md5: 9547b10e92b8793e4514d78e85358915)
Alfresco Office Services module

 

Community Provided Packages

 

These are unofficial packages maintained by members of our open source community. Share your own by commenting on this document.

FileDescriptionFeedback Method
Alfresco Ubuntu Install
4 Comments
loftux
Partner

The link to AOS is for 1.1.3, the current version is 1.1.5.

Where can I download the package for 1.1.5, it is needed for inclusion in the Alfresco Ubuntu installer.

slanglois
Established Member II

AOS 1.1.5 was not available when we released this version of Community.

It was built for Alfresco One 5.1.2, released on the 21-Dec-2016 (Yes, we had a busy December...)

Because the AMP of AOS can be downloaded freely, you can find it on our Maven repository here: https://artifacts.alfresco.com/nexus/#nexus-search;gav~~alfresco-aos-module~1.1.5~~ 

I also updated the trunk so the next versions of Community - including the next nightly builds - will embed AOS 1.1.5

At last, I'm going to make sure we upload AOS (and also the new Alfresco Search Services) to the ‌ so they are easier to find. I'll try to do it this week.

Tell me if that's good enough

loftux
Partner

Thanks,

What I need is actually the _vti_bin.war to be able to make a complete install of AOS via the Alfresco Ubuntu installer. That is what is missing right now, the aos 1.1.5 amp and the ROOT.war (alfresco-server-root) can be retrieved via the artifact server. I understand that the _vti_bin.war may not be updated that often, but there is no version available but via a full installer or via the zip download.

slanglois
Established Member II

That's a very good point! I don't understand why it was not made public like the AMP.

I just made it available, you'll find it available at these coordinates:

     <dependency>
         <groupId>org.alfresco.aos-module</groupId>
         <artifactId>alfresco-vti-bin</artifactId>
         <version>1.1.5</version>
         <type>war</type>
     </dependency>

Sorry for this oversight, and thanks for telling us!