Linux Quick Install

cancel
Showing results for 
Search instead for 
Did you mean: 

Linux Quick Install

resplin
Intermediate
0 0 4,177

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



InstallationLinux
Alfresco provides a package that includes all of the programs you need for using Alfresco on your Linux machine. To download it, go to http://dev.alfresco.com/downloads/ and select Download Alfresco Community. You are redirected to the Source Forge download page.

Select the alfresco-<version->linux-community.bin version of the file.

This file contains PostgreSQL, Java (JRE), Tomcat, and Open Office.

Important:   A quick installer package is available for Alfresco Labs 3 B. See the Linux installer instructions.

To install Alfresco, execute this file using the following steps:


  • Change the permissions on the download so that it can be executed
chmod a+x ./alfresco-<version->linux-community.bin

  • (Optional) You may need to change to root to execute the installer
su (or sudo -s on some platforms that have the super user account disabled by default)

  • Execute the installer
./alfresco-<version->linux-community.bin

Follow the instructions presented by the installer.

Wait a few seconds to allow Tomcat to start and open your favourite web browser. Browse to http://localhost:8080/alfresco. The first time you use Alfresco, your username will be admin and your password will be the one you choosed during install.

If you receive an error about OpenOffice being unable to open the display:


  1. Stop Alfresco by running <install location>/bin/alfrescoctl.sh stop.
  2. Follow these instructions to register OpenOffice and create a virtual XWindows environment for OpenOffice to run in.
  3. Start Alfresco by running <install location>/bin/alfrescoctl.sh start.

Top