Thursday, November 21, 2019

How To Install Alfresco CMS on Ubuntu 18.04 LTS

 Video Tutorial -https://youtu.be/ZyXemxE7nT4

 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Alfresco Community Edition is the free version of the Alfresco Content Services. It is a collection of information management software products for Microsoft Windows and Unix-like operating systems written in Java and uses PostgreSQL to store its database. Alfresco is a flexible and highly scalable Enterprise Content Management System that allows enterprises and business owners to collaborate and automate engaging experiences with users across multiple devices. Mainly it is used for many types of digital assets including, documents, web, records, images, videos, rich media and many more.
Offcial Website: https://www.alfresco.com/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification-    
Os:Ubuntu 18.04 LTS Bionic Beaver 64Bit   | IP address- 192.168.1.50  | Hostname :www.yourdomain.com
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------build-essential software-properties-common curl gdebi net-tools wget sqlite3 dirmngr nano lsb-release apt-transport-https -y
echo $JAVA_HOME ; java -version ; javac -version

add-apt-repository ppa:opencpn/opencpn -y
apt-get update ; apt-get install libfontconfig1 libsm6 libice6 libxrender1 libxt6 libcups2 opencpn libcairo2 ttf-mscorefonts-installer -y
wget https://download.alfresco.com/release/community/201707-build-00028/alfresco-community-installer-201707-linux-x64.bin
chmod 755 alfresco-community-installer-201707-linux-x64.bin
./alfresco-community-installer-201707-linux-x64.bin

http://localhost:8080/share
Default username: admin
Pass:

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment