当团队线上办公需要dms文档管理系统

0.ffice软件选择

0.0 选择LibreOffice

  • 支持开源,以及Web亲和力,选择LibreOffice系列
  • 跨平台,团队Linux、Windows、Mac均可用

1.DMS系统选择

1.0 选择Alfresco

  • 支持开源,并兼容LibreOffice系列文件
  • 企业级ECM、BPM系统
  • Alfresco One #经典的企业级文档管理系统
  • Alfresco Activiti #可扩展自动化流程系统
  • Alfresco Mobile #iOS、Android移动端

部署环境/技术特性: * Tomcat * Java (JRE only) * PostgreSQL * Solr1/Solr4 * SharePoint * Web Quick Start * Google Docs Integration * LibreOffice

1.1 安装版本选择

Alfresco One vs Community 区别

http://www.slideshare.net/toniblyx/alfresco-one-enterprise-vs-alfresco-community-ko-2014

Technical differences * One 数据库支持Oracle,MS SQL,DB2,Mysql,Postgre * One 服务端支持Tomcat Jboss * 认证接口 SAP,Salesforce,AWS S3,Outlook, Brava Viewer * One 支持集群部署 * Cloud Sync

Alfresco One 5.0.1

http://docs.alfresco.com/5.0/concepts/install-lolibfiles.html

Alfresco Community Edition 5.0

https://github.com/Alfresco/community-edition

Resources: * Master subversion repository: http://svn.alfresco.com * Issue tracker: http://issues.alfresco.com * Official documentation: http://docs.alfresco.com * Community wiki: http://wiki.alfresco.com * Add-ons directory: http://addons.alfresco.com * Other developer resources: https://www.alfresco.com

1.2 Tomcat 下安装Alfresco Community

http://docs.alfresco.com/community/tasks/alf-war-install.html

1.2.1 下载alfresco-community-5.0.d.zip

#https://wiki.alfresco.com/wiki/Community_file_list_5.0.d

wget http://dl.alfresco.com/release/community/5.0.d-build-00002/alfresco-community-5.0.d.zip

1.2.2 配置Tomcat 7

#http://docs.alfresco.com/community/tasks/configfiles-change-path.html
#Edit the <TOMCAT_HOME>/conf/server.xml file.
#Locate the Connector sections, and then add the URIEncoding="UTF-8" and maxHttpHeaderSize="32768" properties.

<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8" connectionTimeout="20000" redirectPort="8443" maxHttpHeaderSize="32768"/>

1.2.3.部署War

http://docs.alfresco.com/community/tasks/alf-war-install.html

微信扫一扫交流

作者:ryanemax
微信关注:ryanemax (刘雨飏)
本文出处:https://romantic-hoover-f991f1.netlify.com/cookbook/agile/dms/
授权协议: CC BY-SA 4.0