• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install Alfresco Community Edition in Ubuntu

960

To install Alfresco Community Edition in Ubuntu

Alfresco is an open source Content Management System that allows the organizations to manage all type of contents and engineering drawings. It is widely used to provide robust content management platform with a CMIS repository. Installation of Alfresco Community Edition is discussed in this article.


Installation of Alfresco

Java is required for installing Alfresco. Add the repository to install Java package.

root@linuxhelp1:~# add-apt-repository ppa:openjdk-r/ppa
 
 More info: https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpj0cuacf6/secring.gpg'  created
gpg: keyring `/tmp/tmpj0cuacf6/pubring.gpg'  created
gpg: requesting key 86F44E2A from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpj0cuacf6/trustdb.gpg: trustdb created
gpg: key 86F44E2A: public key " Launchpad OpenJDK builds (all archs)"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

Update the newly added repository with the following command.

root@linuxhelp1:~# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Get:2 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial InRelease [17.5 kB]
Hit:3 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Get:4 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]        
Get:5 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main amd64 Packages [6,380 B]
Get:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main i386 Packages [6,372 B]
Get:7 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main Translation-en [1,528 B]
Hit:8 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease             
Fetched 127 kB in 2s (57.1 kB/s)
Reading package lists... Done

Now install the java package version 7 which is preferable for Alfresco.

root@linuxhelp1:~# apt-get install openjdk-7-jdk -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common
  libgif7 libgnome-2-0 libgnome2-common libgnomevfs2-0 libgnomevfs2-common libice-dev liborbit-2-0 libpthread-stubs0-dev libsctp1
  libsm-dev libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxt-dev openjdk-7-jre openjdk-7-jre-headless
  x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
  default-jre libbonobo2-bin desktop-base libgnomevfs2-bin libgnomevfs2-extra gamin | fam gnome-mime-data libice-doc lksctp-tools
  libsm-doc libxcb-doc libxt-doc openjdk-7-demo openjdk-7-source visualvm icedtea-7-plugin icedtea-7-jre-jamvm sun-java6-fonts
  fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei | ttf-wqy-zenhei fonts-indic
The following NEW packages will be installed:
  ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common
  libgif7 libgnome-2-0 libgnome2-common libgnomevfs2-0 libgnomevfs2-common libice-dev liborbit-2-0 libpthread-stubs0-dev libsctp1
  libsm-dev libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxt-dev openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless
  x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev
0 upgraded, 31 newly installed, 0 to remove and 416 not upgraded.
Need to get 61.8 MB of archives.
After this operation, 108 MB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libbonobo2-common all 2.32.1-3 [34.7 kB]
Get:2 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main amd64 openjdk-7-jre-headless amd64 7u95-2.6.4-3 [39.4 MB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 liborbit-2-0 amd64 1:2.14.19-1build1 [140 kB]
.
.
.
Adding debian:AddTrust_Public_Services_Root.pem
Adding debian:AC_Raí z_Certicá mara_S.A..pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
Adding debian:certSIGN_ROOT_CA.pem
done.
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for ca-certificates (20160104ubuntu1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed  done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.

Once the Java is installed, check the version.

root@linuxhelp1:~# java -version
java version " 1.7.0_95" 
OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-3)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

Now its time to download the Alfresco package by using the ' wget' command.

root@linuxhelp1:~# wget -O alfresco-community-4.2.c-installer-linux-x64.bin http://dl.alfresco.com/release/community/build-04576/alfresco-community-4.2.c-installer-linux-x64.bin?dl_file=release/community/build-04576/alfresco-community-4.2.c-installer-linux-x64.bin
--2016-11-15 17:06:58--  http://dl.alfresco.com/release/community/build-04576/alfresco-community-4.2.c-installer-linux-x64.bin?dl_file=release/community/build-04576/alfresco-community-4.2.c-installer-linux-x64.bin
Resolving dl.alfresco.com (dl.alfresco.com)... 52.222.136.248, 52.222.136.37, 52.222.136.92, ...
Connecting to dl.alfresco.com (dl.alfresco.com)|52.222.136.248|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 492274634 (469M) [application/octet-stream]
Saving to: ‘ alfresco-community-4.2.c-installer-linux-x64.bin’ 

alfresco-community-4.2.c-installe 100%[==========================================================> ] 469.47M   835KB/s    in 15m 23s

2016-11-15 17:22:22 (521 KB/s) - ‘ alfresco-community-4.2.c-installer-linux-x64.bin’  saved [492274634/492274634]

Immediately give permission to that package for execution.

root@linuxhelp1:~# chmod +x alfresco-community-4.2.c-installer-linux-x64.bin

Here you need to run the following script.

root@linuxhelp1:~# ./alfresco-community-4.2.c-installer-linux-x64.bin

(main.tcl:28266): IBUS-WARNING **: The owner of /home/user1/.config/ibus/bus is not root!
waiting for server to start..... done
server started
/opt/alfresco-4.2.c/postgresql/scripts/ctl.sh : postgresql  started at port 5432
Using CATALINA_BASE:   /opt/alfresco-4.2.c/tomcat
Using CATALINA_HOME:   /opt/alfresco-4.2.c/tomcat
Using CATALINA_TMPDIR: /opt/alfresco-4.2.c/tomcat/temp
Using JRE_HOME:        /opt/alfresco-4.2.c/java
Using CLASSPATH:       /opt/alfresco-4.2.c/tomcat/bin/bootstrap.jar:/opt/alfresco-4.2.c/tomcat/bin/tomcat-juli.jar
Using CATALINA_PID:    /opt/alfresco-4.2.c/tomcat/temp/catalina.pid
/opt/alfresco-4.2.c/tomcat/scripts/ctl.sh : tomcat started

To accomplish the installation process, do the following steps.

Alfresco-CMS-language

Click on Forward option.

Alfresco-CMS-setup

Select installation type and click on forward option.

Alfresco-CMS-installation-type

Select folder path for storage.

Alfresco-CMS-storage

Set admin password for authentication.

Alfresco-CMS-authentication

Select the below given option to register Alfresco as service.

Alfresco-CMS-as-service

Now its time to start installing the Alfresco as shown below,

Alfresco-CMS-forward

Alfresco-CMS-installing

Click on Finish option.

Alfresco-CMS-Finish

Alfresco-CMS-ok

Once the Alfresco is installed successfully, open it in the web browser with the IP address.

Alfresco-CMS-open

Login with users credentials.

Alfresco-CMS-credentials

You can also access Alfresco through the Unity dashboard. Have fun!!!

Alfresco-CMS-Unity-dashboard

Tags:
daniel
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Does al fresco have a facebook page?

A

Yes, al fresco has a great Facebook page where you can share recipes, comment on product & recipe, enter contests and meet other al fresco enthusiasts. Our Facebook page.

Q

Where can I buy al fresco All Natural Chicken Sausage?

A

al fresco All Natural is available at most major retailers nationwide. Just click on Find a Store

Q

What does Alfresco?

A

Alfresco is an open source Content Management System that allows the organizations to manage all type of contents and engineering drawings. It is widely used to provide robust content management platform with a CMIS repository.

Q

Why does the white Alfresco Moisturiser slightly change in appearance over time and is it still effective?

A

The discoloration is caused by the fact that our Alfresco Active Blend is made up of All Natural essential oils. This color change occurs naturally and does not cause Alfresco to be any less effective. See shelf life.

Q

How long does Alfresco last once opened?

A

The active ingredients in our Alfresco range are effective for up to 12 months after opening. However, they are wonderful cosmetics in their own right, so do feel free to use them as part of your beauty routine beyond that.

Related Tutorials in How to Install Alfresco Community Edition in Ubuntu

Related Tutorials in How to Install Alfresco Community Edition in Ubuntu

How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to Install Pligg - Content Management System
How to Install Pligg - Content Management System
Jul 26, 2016
How to install Xibo CMS in Ubuntu
How to install Xibo CMS in Ubuntu
Oct 6, 2016
How to install SoapUI in Ubuntu 16.04
How to install SoapUI in Ubuntu 16.04
Feb 28, 2017
How to install aptana studio 3 in Ubuntu
How to install aptana studio 3 in Ubuntu
Jul 12, 2016
How to Install Tiki Wiki CMS on Ubuntu 19.04
How to Install Tiki Wiki CMS on Ubuntu 19.04
May 28, 2019
How to Install Alfresco Community Edition in Ubuntu
How to Install Alfresco Community Edition in Ubuntu
Nov 22, 2016
How to install PhpBB 3.2.2 on Ubuntu 18.04
How to install PhpBB 3.2.2 on Ubuntu 18.04
Jun 21, 2018

Related Forums in How to Install Alfresco Community Edition in Ubuntu

Related Forums in How to Install Alfresco Community Edition in Ubuntu

Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
Pligg
aiden class=
CMS : Pligg install on opensuse
Oct 6, 2017
Content Management System (CMS)
mason class=
REQUIRED PDO library with pdo_sqlite extension is not available.
May 9, 2019
OpenSUSE
niklaus class=
How to configure typesetter on opensuse
Oct 4, 2017
Typesetter CMS
michael class=
PHP Fatal error: Call to undefined function json_ecode()
Nov 23, 2020
Content Management System (CMS)
lucas class=
Impress cms showing blank page after Processing "install modules"
Apr 12, 2019
Kali Linux
sachin179 class=
How to recover centos6 harddisk if its size is showing 0KB
Apr 25, 2018
Content Management System (CMS)
gabriel class=
After installed impress cms showing blank page
Apr 10, 2019

Related News in How to Install Alfresco Community Edition in Ubuntu

Related News in How to Install Alfresco Community Edition in Ubuntu

WordPress and Joomla websites infected by new backdoor malware
WordPress and Joomla websites infected by new backdoor malware
May 31, 2019
Red Hat the New Steward of OpenJDK 8 and OpenJDK 11
Red Hat the New Steward of OpenJDK 8 and OpenJDK 11
Apr 25, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Ganesh Konka ?
Zentya 6.1 http proxy configuration

please send link for creating zentyal 6.1 for http proxy and firewall as gateway.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.