-
Notifications
You must be signed in to change notification settings - Fork 40
Installation
Please make sure you are running a version of Alfresco that the Bulk Import Tool has been developed for. As of the time of writing, this means Alfresco v5.0. For earlier versions of Alfresco, please use a v1.x release of the tool.
You also need to be running at least JDK 1.7 (JDK 1.8 preferred) - the tool uses Java features that were added in version 1.7 and will not work on earlier versions. Note that Alfresco itself no longer supports older versions of Java anyway, and JDK 1.7 has Limited Support from Alfresco.
To install the Alfresco Bulk Import Tool:
- Download the latest AMP file from the project's release page
- Shutdown your Alfresco instance
- Make a backup of the original alfresco.war file. On Tomcat, this is located in
${ALFRESCO_HOME}/tomcat/webapps
- Use the Alfresco Module Management Tool to install the AMP file downloaded in step 1
- Restart Alfresco, watching the log carefully for errors
Note: the embedded fork is unaffected by this operation - the two editions of the tool co-exist side-by-side.
If the AMP file has been installed successfully, you will be able to browse to http://<alfrescohost>:<alfrescoport>/alfresco/s/bulk/import
.
Back to wiki home.
Copyright © Peter Monks. Licensed under the Apache 2.0 License.