Installation process is very simple. Assume you have Alfresco 3.3+ installed and running. Anyway, you can follow the instructions from http://wiki.alfresco.com/wiki/Download_and_Install_Alfresco On the other hand, you've to download the latest version of FISE from http://wiki.iks-project.eu/index.php/FISEgettingStarted For document simplification, we're going to use as reference:
Running FISEAlfresco is going to listen at 8080 port, so we're going to run FISE at 7080 port:cd FISE_HOMEAlfresco configurationYou must define the below properties in ALF_HOME/tomcat/shared/classes/alfresco-global.properties:fise.endpoint.protocol=httpfise.endpoint.host=localhostfise.endpoint.port=7080fise.endpoint.baseuri=You must also enable the fise:enanced aspect to can be used by a rule. Edit, or create, ALF_HOME/tomcat/shared/classes/alfresco/extension/web-client-config-custom.xml with the below configuration:
Applying the AMPs filesDownload the latest versions of Alfresco FISE AMPs, from Download page, and copy it into the amps* folder and apply them:cp fiseiks-alfresco-module-0.2.amp ALF_HOME/ampscp fiseiks-share-module-0.2.amp ALF_HOME/amps-sharecd ALF_HOME./apply_amps.shCreate a new site and enjoyOnce applied the AMPs and started Alfresco and FISE, you must create a new site through Alfresco Share (http://localhost:8080/share). Once created it, you must go to Alfresco Web Client (http://localhost:8080/alfresco) and create a new rule for the documentLibrary container of your new site (for example, /Company Home/Sites/mysemanticsite/documentLibrary). Once there, create a new rule with the below properties:
Upload your documents to your site "Document Library", and enjoy ;-) |
