Alfrasco is a Java based Electronic Content Management tool, that's available with an Open Source license. This open platform helps your regain control of critical business content, strengthen compliance, optimize processes and MA KE collaboration easy with it simple, smart and secure ways. Alfresco facilitates in multiple solutions like Electronic Content management, WEB content management and Digital Image MA Nagement. You can organize and consolidate content to improve productivity and regain control of valuable corporate information. Share information and work effectively with people inside and outside the organization, including partners and customers. Using the process management solution of ALFRESCO you can reduce costs and gain new operating efficiencies. Automate and optimize critical business processes such as invoice processing and expense approvals etc.
Download Alfrasco Community Edition
In order to get Alfresco up and running on CentOS 7 Operating System We'll be using the binary installer that's Availab Le on Alfrasco site todownload Alfrasco Community Edition.
If you have Internet access and use ' wget ' command as shown below to directly download the package for your required OS o n Your server.
# wget Http://dl.alfresco.com/release/community/5.0.d-build-00002/alfresco-community-5.0.d-installer-linux-x64.bin
This binary installation script would allows you-install all of the components that is needed to run Alfresco, including J Ava, Tomcat and MySQL etc.
Installing Alfrasco Community Edition
After downloading the binary installer of Alfrasco your need to execute it-to-Start its Setup wizard. To doing so make sure that the binary script have executable permissions. Before starting installation you should modify your umask for at least "0022" before launching the installer. After the installation have completed, you can reset the Umask permissions to your original values.
# chmod +x Alfresco-community-5.0.d-installer-linux-x64.bin
# umask 0022
Once you are executed the binary installation script after setting up the proper umask, you'll go through a number of s Teps to complete the installation wizard.
#./alfresco-community-5.0.d-installer-linux-x64.bin
1) Language Selection
First of all you are asked for Language Selection. You can simply hits the ' Enter ' key to choose the default ' 中文版 ' language as shown in below image.
2) Installation Type
The Alfresco Community Setup Wizard is starts from where you have to choose the installation Type from the same available O Ptions ' Easy ' and Advance. We'll be choosing the first option indicating the easy installation as a starting user.
3) Installation Folder
Choose The default option for ' [/OPT/ALFRESCO-5.0.D] ' by pressing the Enter key or specify your own location that you wish To choose for installing the Alfresco tool.
4) Admin Password
Then you need to configure the password to use for the Alfresco Administrator account before moving to the next step.
5) Alfresco as a Service
Type ' Y ' for Yes to Install the Alfresco Community as a service on your Linux server. This'll be automatically starting IT service every time the machine is started.
Warning:
You might need to ignore the following Warning by pressing the ' Enter ' key to continue if your is using less than the Reco mmended amount of RAM.
----------------------------------------------------------------------------
warning!
This environment isn't configured optimally for Alfresco-please carefully
Review this list before continuing.
While these issues won't prevent Alfresco from functioning, some product
Features May is unavailable, or the system may not perform optimally.
Insufficient system RAM (4.0gb+): 3.69GB
Press [Enter] to continue:
----------------------------------------------------------------------------
7) Starting Setup
Your Alfresco Setup is now the ready to begin installing Alfresco Community on Your Linux server. Press the ' Y ' key to continue and wait while Setup installs Alfresco Community on your system. After taking few minutes depending upon your network speed the setup would be finished after installing Alfresco Community. Type ' Y ' or ' n ' if you don't want to view the Readme file.
8) Setup Alfresco Share
This was the last setup to complete the installation, just hits the ' Y ' key to launch Alfresco Community Share. After this you'll that PostgreSQL and Tomcat services would be starts as shown below.
The ALFRESCO server is launched automatically as a service called Alfresco. This service is comprises of the "PostgreSQL" and "Tomcat Server".
9) starting Alfresco Services manually
If you didn't automatically launch Alfresco at the end of the Setup wizard, to start Alfresco, you need to start all the Services manually. Use the following commands-stop and start alfresco services on your CentOS 7 server.
[[email protected] alfresco-5.0.d]#./alfresco.sh stop
[[email protected] alfresco-5.0.d]#./alfresco.sh start
Ten) Firewall Access
If you is working under your restricted environment with firewall enabled. Then make sure to allow the following port in your system firewall as well any external firewall and keep. If you find any issue while accessing Alfresco then make sure that your ' SELinux ' is not permitting it. You can set it to ' Permissiove ' for the time being.
For Tomcat Server Port:
# firewall-cmd--permanent--zone=public--add-port=8080/tcp
Tomcat Shutdown Port:
# firewall-cmd--permanent--zone=public--add-port=8005/tcp
Tomcat SSL Port:
# firewall-cmd--permanent--zone=public--add-port=8443/tcp
Tomcat AJP Port:
# firewall-cmd--permanent--zone=public--add-port=8009/tcp
Then run the command to reload your firewall and check if you can see the newly added rules in your firewall.
[Email protected] ~]# Firewall-cmd--reload
[Email protected] ~]# iptables-l-n-v
To configure your SELinux you can use below commands.
For Permissive:
# SETENFROCE 0
For inforcing:
# setenforce 1
Access to Alfresco Dashboard
Once your alfresco services is up and running, then open your Web browser using port 8080 and Log on to alfresco as the A DMin user. Enter the password that has specified in the Admin Password window during the wizard.
Http://your_servers_ip:8080/share
Upon successful login credentials you are greeted to your dashboard, Administrator account. The personal dashboard shows you "s going on the" sites "to. Learn to see how can do with Alfresco by watching a video tutorial available on your dashboard. Or start create a new site to share content with the other site members.
Conclusion
Welcome to your new start with Alfresco, there ' s never a end in learning. Hope You has enjoyed this article. Now start using Alfresco whether is using Alfresco offers a fully fledged free version to test and it have an opensour CE model which would allow for the development of a "best of Breed" application. Alfresco offers integration into MS Office Alfresco provides access via CIFs protocol to provide a familiar environment fo R new users. You can simplify the content control required to meet government regulations, corporate policies and audit requirements ET C. Let's get back to your with awesome articles and don ' t forget-comment us back, Cheers.
CentOS 7 Install Alfrasco ECM