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.

Next, select the Easy install using default configurations.

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

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

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

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.

Enjoy!
the version 6.0 use another type of installation, could you update the guide, please?
I tried it. It working
It working Thank you
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
Can yo update the toturial with the lastest version please?
Thank you so much (: