December 16, 201411 yr Here are some notes on how I install Alfresco on a CentOS 7.x Download from Alfresco I had a big issue trying to get this to load without a GUI. I loaded GNOME Classic desktop, opened terminal up, entered sudo su - to become root. Then I moved the .bin file to /tmp. Then I ran chmod +x alfresco-community-5.0.c-installer-linux-x64.bin then I ran ./alfresco-community-5.0.c-installer-linux-x64.bin To reach the site on port 8080 I had to edit iptables to allow port 8080 -A INPUT -p tcp -m state --state NEW -m tcp --dport 8080 -j ACCEPT Restart iptables /etc/init.d/iptables restart
Create an account or sign in to comment