zoukankan      html  css  js  c++  java
  • Alfresco的安装配置(Centos6系统中安装)

    Alfresco是一款开源的企业内容管理系统(ECMS),为企业提供了日常的文档管理、协同工作、工作记录管理、知识管理、网络内容管理、图片管理等多种功能。
    Alfresco是目前应用最广泛的开源企业知识管理系统。
    该系统是基于Java平台开发的CMS,先后有超过150万次的下载,5万多个应用网站,7.4万个社区成员,此外,在开源社区Forge中有超过150个扩展应用。如下图,市场的前三个,Joomla和Drupal主要用于企业建站,WordPress主要用于建博客。可以说Alfresco是目前使用最广泛的企业内容管理平台(ECMS),并且她更适合管理企业内部的电子文档
     
    Alfresco下载地址:
      https://sourceforge.net/projects/alfresco/files/?source=navbar   (包含所有版本和文件)
     
    下载文件:alfresco-community-installer-201701-linux-x64.bin
     
    安装需要的依赖包:
    [root@alfresco ~]# yum -y install fontconfig libSM libICE libXrender libXext  libGLU  cpus-libs cairo cairo-devel
    授权后开始安装:

    [root@alfresco ~]# chmod +x alfresco-community-installer-201701-linux-x64.bin
    [root@alfresco ~]# umask 0022

    [root@alfresco ~]# ./alfresco-community-installer-201701-linux-x64.bin
    Language Selection

    Please select the installation language
    [1] English - English
    [2] French - Fran
    [3] Spanish - Espa
    [4] Italian - Italiano
    [5] German - Deutsch
    [6] Japanese - ???
    [7] Dutch - Nederlands
    [8] Russian - ???????
    [9] Simplified Chinese - ????
    [10] Norwegian - Norsk bokm
    [11] Brazilian Portuguese - Portugurasileiro
    Please choose an option [1] :1

    Welcome to the Alfresco Community Setup Wizard.

    ----------------------------------------------------------------------------
    Installation Type

    [1] Easy - Install using the default configuration.
    [2] Advanced - Configure server ports and service properties.: Choose optional components to install.
    Please choose an option [1] :1


    ----------------------------------------------------------------------------
    Installation Folder

    Choose a folder to install Alfresco Community.

    Select a folder: [/opt/alfresco-community]:

    ----------------------------------------------------------------------------
    Admin Password

    Specify a password for the Alfresco Content Services administrator account.

    Admin Password: :
    Repeat Password: :
    ----------------------------------------------------------------------------
    Install as a service

    If you register Alfresco Community as a service it will automatically start
    Alfresco Community on machine startup.

    Install Alfresco Community as a service? [Y/n]: y

    ----------------------------------------------------------------------------
    Warning

    This environment is not configured optimally for Alfresco Content Services -
    review this list before continuing.

    While these issues won?t prevent Alfresco Content Services from functioning,
    some product features might not be available, or the system might not perform
    optimally.

    SMTP TCP port in use
    : 25


    Press [Enter] to continue:

    Setup is now ready to begin installing Alfresco Community on your computer.

    Do you want to continue? [Y/n]: y

    ----------------------------------------------------------------------------
    Please wait while Setup installs Alfresco Community on your computer.

    Installing
    0% ______________ 50% ______________ 100%
     

    #########################################

    ----------------------------------------------------------------------------
    Setup has finished installing Alfresco Community on your computer.

    View Readme File [Y/n]: y

    Launch Alfresco Community [Y/n]: y

    waiting for server to start....README
    Alfresco Community (Build: 201701)
    ===============================

    Contains:
    - Alfresco Platform: 5.2.e
    - Alfresco Share: 5.2.d

    For users of Alfresco Community Edition, more information on this release is
    available at https://community.alfresco.com/community/ecm

    Press [Enter] to continue: done
    server started
    /opt/alfresco-community/postgresql/scripts/ctl.sh : postgresql started at port 5432
    Using CATALINA_BASE: /opt/alfresco-community/tomcat
    Using CATALINA_HOME: /opt/alfresco-community/tomcat
    Using CATALINA_TMPDIR: /opt/alfresco-community/tomcat/temp
    Using JRE_HOME: /opt/alfresco-community/java
    Using CLASSPATH: /opt/alfresco-community/tomcat/bin/bootstrap.jar:/opt/alfresco-community/tomcat/bin/tomcat-juli.jar
    Using CATALINA_PID: /opt/alfresco-community/tomcat/temp/catalina.pid
    Tomcat started.
    /opt/alfresco-community/tomcat/scripts/ctl.sh : tomcat started

    到此安装成功,开始登录

    浏览器打开http://IP:8080/share,输入账号密码登录

  • 相关阅读:
    CoreJava Reading Note(9:Collection)
    CoreJava Reading Note(8:Generic programming)
    Algorithms 4th Reading Note(3:Find)
    CoreJava Reading Note(7:Exception,Assertions,Logging)
    Algorithms 4th Reading Note(1:Foundation)
    CoreJava Reading Note(6:Interface,lambda and Inner Class)
    Algorithms 4th Reading Note(2:Sort)
    CoreJava Reading Note(5:Inheritance)
    SpringMVC spring-servlet.xml配置
    MySQL 数据库事物隔离级别的设置
  • 原文地址:https://www.cnblogs.com/djoker/p/6369737.html
Copyright © 2011-2022 走看看