Make the script executable
sudo chmod +x deploy_acs_community.sh
Run the script
. ./deploy_acs_community.sh
Access the application
http://<ip_address>:8080/share
You must have valid Quay.io account credentials provided by Alfresco for the Enterprise edition
Login to quay.io using your credentials provided by Alfresco
sudo docker login quay.io
Make the script executable
sudo chmod +x deploy_acs_enterprise.sh
Run the script
. ./deploy_acs_enterprise.sh
Access the application
http://<ip_address>:8080/share
ActiveMQ is a prerequisite for Alfresco 7.x
Make the script executable
sudo chmod +x install_activemq.sh
Run the script
. ./install_activemq.sh
Access the ActiveMQ Console
http://<ip_address>:8161/admin
Make the script executable
sudo chmod +x install_postgresql.sh
Run the script
. ./install_activemq.sh