CentOS 7 install alfrasco ECM

Alfrasco is a java based Electronic Content Management tool that is available with an Open Source license. This open platform helps you regain control of critical business content, strengthen compliance, optimize processes and make collaboration easy with
its simple, smart and secure ways. Alfresco facilitates in multiple solutions like Electronic content management, Web Content Management and Digital Image management. 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 will be using the binary installer that is available on Alfrasco site to
Download Alfrasco Community Edition .

If you have Internet access then use ‘wget‘ command as shown below to directly download the package for your required OS on 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 will allows you to install all the components that are needed to run Alfresco, including Java, Tomcat and MySQL etc.

Installing Alfrasco Community Edition

After downloading the binary installer of Alfrasco you need to execute it to start its setup wizard. To do so make sure that the binary script has executable permissions. Before starting installation you should modify your umask to at least "0022" before
launching the installer. After the installation has 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 have executed the binary installation script after setting up the proper umask, you will go through a number of steps to complete the installation wizard.

# ./alfresco-community-5.0.d-installer-linux-x64.bin

1) Language Selection

First of all you will be asked for Language Selection. You can simply hit the ‘Enter‘ key to choose the default ‘English‘ language as shown in below image.

2) Installation Type

The Alfresco Community Setup Wizard be starts from where you have to choose the Installation Type from the two available options ‘EASY‘ and Advance. We will 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 Alfresco Community as a service on you Linux server. This will be automatically starting its service every time the machine is started.

Warning:

You might need to ignore the following Warning by pressing the "Enter" key to continue if you are using less than the recommended amount of RAM.

----------------------------------------------------------------------------

Warning!

This environment is not configured optimally for Alfresco - please carefully

review this list before continuing.

While these issues will not prevent Alfresco from functioning, some product

features may be 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 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
will be finished after installing Alfresco Community. Type ‘Y‘ or ‘n‘ if you don‘t want to view Readme file.

8) Setup Alfresco Share

This one is the last setup to complete the installation, just hit the ‘y‘ key to launch Alfresco Community Share. After this you will that PostgreSQL and Tomcat services will 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 did not 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 to 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

10) Firewall Access

If you are 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 are up and running, then open your web browser using port 8080 and Log on to Alfresco as the admin user. Enter the password that you have specified in the Admin Password window during the wizard.

http://your_servers_ip:8080/share

Upon successful login credentials you be greeted to your dashboard, Administrator account. The personal dashboard shows you what‘s going on in the sites you belong to. Learn to see what you can do with Alfresco by watching a video tutorial available on your
dashboard. Or start create a new site to share content with other site members.

Conclusion

Welcome to your new start with Alfresco, there‘s never an end in learning. Hope you have enjoyed this article. Now start using Alfresco whether you are using Alfresco offers a fully fledged free version to test and it has an opensource model which will 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 for new users. You can simplify the content control required to meet government regulations,
corporate policies and audit requirements etc. Let‘s get back to you with awesome articles and don‘t forget to comment us back, Cheers.

时间: 2024-11-05 23:34:51

CentOS 7 install alfrasco ECM的相关文章

CentOS After Install

1. Input Method: 1.1.用root登录 ,或su root 1.2.yum install "@Chinese Support" 1.3.exit 1.4.回到桌面,system->preferences->input method 1.5.如果没有,先注销一下. 1.6.到里面add输入法到列表里. 1.7.最后再注销.登录. CentOS After Install,布布扣,bubuko.com

centos source install

CentOS Kernel Source Install Mar 12th, 2012 | Comments CentOS kernel source install, first off if you are just trying to build something or compile a tool on CentOS then you probably only need to install the kernel-devel package if you are running a

CentOS Linux Install Core Development

How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development tools:Open termianl or login over ssh session and ty

centos yum install redis

centos yum install redis linux下yum安装redis以及使用 1.yum install redis      --查看是否有redis   yum 源 [[email protected] ~]# yum install redis 已加载插件:fastestmirror base | 3.6 kB 00:00 docker-ce-edge | 2.9 kB 00:00 docker-ce-stable | 2.9 kB 00:00 extras | 3.4 kB

aliyun CentOS 7 install software jdk mysql tomcat zentao and so on

1. install jdk #查看CentOS自带JDK是否已安装  yum list installed |grep java    #若有自带安装的JDK,如何卸载CentOS系统自带Java环境?  ##卸载JDK相关文件输入:  yum -y remove java-1.8.0-openjdk*.  ## 卸载tzdata-java输入:  yum -y remove tzdata-java.noarch.  #当结果显示为Complete!即卸载完毕.      #查看yum库中的J

CentOS 7 Install Gitlab CE

https://hostpresto.com/community/tutorials/how-to-install-and-setup-gitlab-on-centos-7/ http://linux.it.net.cn/CentOS/course/2016/0813/24330.html http://linux.it.net.cn/CentOS/course/2015/0321/14033.html https://www.nichijou.com/p/6sh26/ https://segm

CentOS 7: Install vsftpd

Install vsftpd All commands should be run with ‘root’ user. Run the following command in terminal to install vsftpd package: yum install vsftpd ftp -y Configure vsftpd Edit vsftpd configuration file /etc/vsftpd/vsftpd.conf, vi /etc/vsftpd/vsftpd.conf

CentOS 7 install Nginx

1. rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 2. yum install -y nginx 3. systemctl start nginx.service

centos 7 install virtualbox

from:https://wiki.centos.org/HowTos/Virtualization/VirtualBox Installing VirtualBox cd /etc/yum.repos.d wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo yum --enablerepo=epel install dkms yum install VirtualBox-5.1 Making USB W