Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install 3.

...

0:

Changing the default port: If we want to run it on a port other than 8080, modify the tomcat/conf/server.xml 

...

2. to enable the sharepoint protocol support, make sure in amps directory there are alfresco-recordsmanagement.amp and vti-module.amp. Run apply_amps.sh in alfresco root directory. Please be aware that it will apply those amps to the alfresco.war file, clean up the webapps\alfresco directory. Next time you restart alfresco, that directory will be regenerated. All changes made directly in webapps/alfresco directory will be lost and have to be remade.

Installing the swf tools:

Alfresco Share uses the pdf2swf utility of the SWFTools for previewing PDF files. The pdf2swf utility generates one frame per page of fully formatted text inside a Flash movie. This is optional and may be installed after you have installed Alfresco.

Download the tar.gz file from http://www.swftools.org/ andImage Added follow the instruction in the INSTALL file (basically running configure and make install to install the binaries in the path).

Installing OpenOffice:

Alfresco uses OpenOffice to transform files from one format to another.

Download the latest (stable) rpm version of OpenOffice for linux at http://download.openoffice.orgImage Added

unpack and go to the RPMS directory and type rpm -ivh *.rpm.

the default installation directory is probably /opt/

change the tomcat/shared/classes/alfresco/extension/bootstrap/openoffice-startup-context.xml file and set the openOfficeStartupCommand as      

Wiki Markup
<value><\!\[CDATA\[/opt/openoffice.org3/program/soffice.bin "-accept=socket,host=localhost,port=8100;urp;StarOffice.\
ServiceManager" "-env:UserInstallation=file:////opt/openoffice.org3" \-nologo \-headless \-nofirststartwizard \-nocrashrep \-norestore\]\]\
></value>
note: 3E uses a different format, but the same idea.

Restart alfresco and make sure there is no error or warning in alfresco.log about the swftools or openoffice.

 
Troubleshooting:

If an error occurs while running the apply_amp.sh program on "Caused by: java.util.MissingResourceException: Bundle de.schlichtherle.io.DefaultRaesZipDetector not found", add the following line in the apply_amp.sh script:

...