rev.dennis Posted December 16, 2014 Share Posted December 16, 2014 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.