How to Install Alfresco CMS on Ubuntu Linux

computer screen with icons on dashboard
computer screen with icons on dashboard

The article provides a step-by-step guide on how to install Alfresco CMS on Ubuntu Linux. Alfresco CMS is described as a scalable, high-performance platform with enterprise features, built on an open-source core. It is designed for ease of use, enabling businesses to automate and collaborate on engaging user experiences across multiple devices.

This article describes the steps to install Alfresco CMS on Ubuntu Linux.

Alfresco CMS has enterprise-class features, is scalable, and performs highly. In addition, it is built on an open-source core with support for open standards, which might be very useful in helping you run your digital content.

This CMS platform is designed for ease of use to allow enterprises and business owners to collaborate and automate engaging experiences with users across multiple devices, including mobile.

For more about Alfresco, please check their Homepage

How to install Alfresco CMS on Ubuntu Linux

As described above, Alfresco CMS has enterprise-class features, scalable, and performs at a high level. In addition, it is built on an open-source core with support for open standards, which might be very useful in helping you run your digital content.

Below is how to install it on Ubuntu Linux.

Install Required Libraries

To install Alfresco Community Edition, you must have some required libraries installed. These libraries are included in a third-party PPA. Run the commands below to add the PPA and install the libraries.

sudo add-apt-repository ppa:opencpn/opencpn

Next, run the commands below to install the required packages.

sudo apt-get update
sudo apt-get install -y libfontconfig1 libsm6 libice6 libxrender1 libxt6 libcups2 opencpn libcairo2 ttf-mscorefonts-installer

Download Alfresco Community Edition

Now that the required packages are installed download the Linux version to the Alfresco site.

https://www.alfresco.com/thank-you/thank-you-downloading-alfresco-community-edition

You can right-click and copy the link. Then, run the commands below to download via the Linux terminal.

cd /tmp && wget https://download.alfresco.com/release/community/201707-build-00028/alfresco-community-installer-201707-linux-x64.bin

Next, create a directory for Alfresco.

sudo mkdir -p /var/www/html/alfresco

Next, run the commands below to make the downloaded file executable.

sudo chmod u+x alfresco-community-installer-201707-linux-x64.bin

Then run the commands below to begin the installation

sudo ./alfresco-community-installer-201707-linux-x64.bin

You’ll get some prompts during the installation. First, you will be prompted to select the installation language.

If you’re using an Ubuntu desktop, you will get a GUI installer. as shown below. In addition, you’ll get command line terminal prompts on Ubuntu servers but with the same wizard.

Alfresco CMS

Next, select the Easy install using default configurations.

Alfresco CMS ubuntu install

Next, select the installation directory you created above and continue.

Alfresco ubuntu install

Finally, create an Alfresco admin account password and finish the installation.

Alfresco ubuntu install

Ultimately, you will be asked where to start the service and select Yes.

When done, open your browser and browse to the server hostname or IP.

http://localhost:8080
Alfresco ubuntu install

You should see the Alfresco default page. To access the backend admin page, use the URL below:

http://localhost:8080/share
  • Username: Admin
  • Password: the one you created during the installation.
Alfresco ubuntu setup

Enjoy!

Posted by
Richard

I love computers; maybe way too much. What I learned I try to share at geekrewind.com.

6 Comments

  1. the version 6.0 use another type of installation, could you update the guide, please?

  2. I tried it. It working

  3. It working Thank you

  4. Hi
    Thank you so much it’s work perfectly
    I would like to know how to access to alfresco server in another computer by using network address like 192.168.2.10
    Thank you

  5. Can yo update the toturial with the lastest version please?

  6. Thank you so much (:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d