Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Created June 25, 2020 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rakibulinux/28ae8e98313a8d17eceb57f2a42ad69b to your computer and use it in GitHub Desktop.
Save rakibulinux/28ae8e98313a8d17eceb57f2a42ad69b to your computer and use it in GitHub Desktop.
How to Install Alfresco CMS on Ubuntu 18.04 LTS
#!/bin/sh
sudo add-apt-repository ppa:opencpn/opencpn -y
sudo apt-get update -y
sudo apt-get install libfontconfig1 libsm6 libice6 libxrender1 libxt6 libcups2 opencpn libcairo2 ttf-mscorefonts-installer -y
#Install Alfresco Community Edition
wget https://download.alfresco.com/release/community/201707-build-00028/alfresco-community-installer-201707-linux-x64.bin
sudo chmod 755 alfresco-community-installer-201707-linux-x64.bin
sudo ./alfresco-community-installer-201707-linux-x64.bin
You will be redirected to the GUI installation screen just click on Forward button:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment