Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Last active July 1, 2020 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxbiekaisar/ed883b7774761b350e282c7a99bd850b to your computer and use it in GitHub Desktop.
Save linuxbiekaisar/ed883b7774761b350e282c7a99bd850b to your computer and use it in GitHub Desktop.
Alfreco setup in Ubuntu
#!/bin/sh
# Add the third party PPA to your system
sudo add-apt-repository ppa:opencpn/opencpn -y
# Update the repository and install all the required packages
sudo apt-get update -y
sudo apt-get install libfontconfig1 libsm6 libice6 libxrender1 libxt6 libcups2 opencpn libcairo2 ttf-mscorefonts-installer -y
# Download the latest version of Alfresco from their official website
wget https://download.alfresco.com/release/community/201707-build-00028/alfresco-community-installer-201707-linux-x64.bin
# Give executable permission to the downloaded file
sudo chmod 755 alfresco-community-installer-201707-linux-x64.bin
# Start the installation with the following command
sudo ./alfresco-community-installer-201707-linux-x64.bin
# After redirect to installation menu and follow this procedure as it is aspected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment